#72C0E1

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

Shades of Malibu #72C0E1

Tints of Malibu #72C0E1

Color information

#72C0E1 (or 0x72C0E1) is unknown color: approx Malibu. HEX triplet: 72, C0 and E1. RGB value is (114,192,225). Sum of RGB (Red+Green+Blue) = 114+192+225=531 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.47% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 225 (88.28% from 255 or 42.37% from 531); Max value from RGB is 225 - color contains mainly: blue. Hex color #72C0E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72C0E1 is #8D3F1E. Grayscale: #ACACAC. Windows color (decimal): -9256735 or 14794866. OLE color: 14794866.

HSL color Cylindrical-coordinate representation of color #72C0E1: hue angle of 197.84º 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 #72C0E1 is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB114192225-
CMYK0.490.1500.12
HSL197.84º64.91%66.47%-
HSV(B)197.84º49.33%88.24%-
XYZ39.3846.7178.18-
YUV172.44157.6686.32-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.47%
GREEN value IS 192 (75.39% from 255) = 36.16%
BLUE value IS 225 (88.28% from 255) = 42.37%
R=21.47%
G=36.16%
B=42.37%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1141922250.490.1500.12197.8464.9166.47
Hex72C0E131F0Cc64142
Octal1623003416117014306101102
Binary111001011000000111000011100011111011001100011010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C0E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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