#72B9EA

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

Shades of Malibu #72B9EA

Tints of Malibu #72B9EA

Color information

#72B9EA (or 0x72B9EA) is unknown color: approx Malibu. HEX triplet: 72, B9 and EA. RGB value is (114,185,234). Sum of RGB (Red+Green+Blue) = 114+185+234=533 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.39% from 533); Green value is 185 (72.66% from 255 or 34.71% from 533); Blue value is 234 (91.80% from 255 or 43.90% from 533); Max value from RGB is 234 - color contains mainly: blue. Hex color #72B9EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72B9EA is #8D4615. Grayscale: #A9A9A9. Windows color (decimal): -9258518 or 15382898. OLE color: 15382898.

HSL color Cylindrical-coordinate representation of color #72B9EA: hue angle of 204.5º 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 #72B9EA is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB114185234-
CMYK0.510.2100.08
HSL204.5º74.07%68.24%-
HSV(B)204.5º51.28%91.76%-
XYZ39.1444.2284.31-
YUV169.36164.4888.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.39%
GREEN value IS 185 (72.66% from 255) = 34.71%
BLUE value IS 234 (91.80% from 255) = 43.90%
R=21.39%
G=34.71%
B=43.90%

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
Decimal1141852340.510.2100.08204.574.0768.24
Hex72B9EA331508cc4a44
Octal1622713526325010314112104
Binary1110010101110011110101011001110101010001100110010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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