#72B8EA

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

Shades of Malibu #72B8EA

Tints of Malibu #72B8EA

Color information

#72B8EA (or 0x72B8EA) is unknown color: approx Malibu. HEX triplet: 72, B8 and EA. RGB value is (114,184,234). Sum of RGB (Red+Green+Blue) = 114+184+234=532 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.43% from 532); Green value is 184 (72.27% from 255 or 34.59% from 532); Blue value is 234 (91.80% from 255 or 43.98% from 532); Max value from RGB is 234 - color contains mainly: blue. Hex color #72B8EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72B8EA is #8D4715. Grayscale: #A8A8A8. Windows color (decimal): -9258774 or 15382642. OLE color: 15382642.

HSL color Cylindrical-coordinate representation of color #72B8EA: hue angle of 205º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72B8EA is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB114184234-
CMYK0.510.2100.08
HSL205º74.07%68.24%-
HSV(B)205º51.28%91.76%-
XYZ38.9343.884.24-
YUV168.77164.8188.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.43%
GREEN value IS 184 (72.27% from 255) = 34.59%
BLUE value IS 234 (91.80% from 255) = 43.98%
R=21.43%
G=34.59%
B=43.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1141842340.510.2100.0820574.0768.24
Hex72B8EA331508cd4a44
Octal1622703526325010315112104
Binary1110010101110001110101011001110101010001100110110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,184,234); }

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

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

 a { background-color: rgb(114,184,234); }

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

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

 span { border-color: rgb(114,184,234); }

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