#72c2e1

Color #72C2E1 Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #72C2E1

Tints of Malibu #72C2E1

Color information

#72C2E1 (or 0x72C2E1) is unknown color: approx Malibu. HEX triplet: 72, C2 and E1. RGB value is (114,194,225). Sum of RGB (Red+Green+Blue) = 114+194+225=533 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.39% from 533); Green value is 194 (76.17% from 255 or 36.40% from 533); Blue value is 225 (88.28% from 255 or 42.21% from 533); Max value from RGB is 225 - color contains mainly: blue. Hex color #72C2E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72C2E1 is #8D3D1E. Grayscale: #ADADAD. Windows color (decimal): -9256223 or 14795378. OLE color: 14795378.

HSL color Cylindrical-coordinate representation of color #72C2E1: hue angle of 196.76º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72C2E1 is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB114194225-
CMYK0.490.1400.12
HSL196.76º64.91%66.47%-
HSV(B)196.76º49.33%88.24%-
XYZ39.8247.678.32-
YUV173.6115785.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 114 (44.92% from 255) = 21.39%
GREEN value IS 194 (76.17% from 255) = 36.40%
BLUE value IS 225 (88.28% from 255) = 42.21%
R=21.39%
G=36.40%
B=42.21%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1141942250.490.1400.12196.7664.9166.47
Hex72C2E131E0Cc54142
Octal1623023416116014305101102
Binary111001011000010111000011100011110011001100010110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72c2e1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72c2e1; }

 p { color: rgb(114,194,225); }

 H1.HeaderClassName
 {
   color: #72c2e1;
 }
 .AnyTagClassName
 {
   color: #72c2e1;
 }
</style>
background-color css

<style>
 a { background-color: #72c2e1; }

 a { background-color: rgb(114,194,225); }

 div.DivClassName
 {
   background-color: #72c2e1;
 }
 .BgClassName
 {
   background-color: #72c2e1;
 }
</style>
border-color css

<style>
 span { border-color: #72c2e1; }

 span { border-color: rgb(114,194,225); }

 td.TdClassName
 {
   border-color: #72c2e1;
 }
 .TagClassName
 {
   border-color: #72c2e1;
 }
</style>