#72B8DD

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

Shades of Malibu #72B8DD

Tints of Malibu #72B8DD

Color information

#72B8DD (or 0x72B8DD) is unknown color: approx Malibu. HEX triplet: 72, B8 and DD. RGB value is (114,184,221). Sum of RGB (Red+Green+Blue) = 114+184+221=519 (68% of max value = 765). Red value is 114 (44.92% from 255 or 21.97% from 519); Green value is 184 (72.27% from 255 or 35.45% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #72B8DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72B8DD is #8D4722. Grayscale: #A7A7A7. Windows color (decimal): -9258787 or 14530674. OLE color: 14530674.

HSL color Cylindrical-coordinate representation of color #72B8DD: hue angle of 200.75º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72B8DD is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB114184221-
CMYK0.480.1700.13
HSL200.75º61.14%65.69%-
HSV(B)200.75º48.42%86.67%-
XYZ37.1343.0874.76-
YUV167.29158.3189.99-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.97%
GREEN value IS 184 (72.27% from 255) = 35.45%
BLUE value IS 221 (86.72% from 255) = 42.58%
R=21.97%
G=35.45%
B=42.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1141842210.480.1700.13200.7561.1465.69
Hex72B8DD30110Dc93d42
Octal162270335602101531175102
Binary111001010111000110111011100001000101101110010011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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