#72B6DD

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

Shades of Malibu #72B6DD

Tints of Malibu #72B6DD

Color information

#72B6DD (or 0x72B6DD) is unknown color: approx Malibu. HEX triplet: 72, B6 and DD. RGB value is (114,182,221). Sum of RGB (Red+Green+Blue) = 114+182+221=517 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.05% from 517); Green value is 182 (71.48% from 255 or 35.20% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #72B6DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72B6DD is #8D4922. Grayscale: #A5A5A5. Windows color (decimal): -9259299 or 14530162. OLE color: 14530162.

HSL color Cylindrical-coordinate representation of color #72B6DD: hue angle of 201.87º 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 #72B6DD is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB114182221-
CMYK0.480.1800.13
HSL201.87º61.14%65.69%-
HSV(B)201.87º48.42%86.67%-
XYZ36.7242.2574.63-
YUV166.11158.9790.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.05%
GREEN value IS 182 (71.48% from 255) = 35.20%
BLUE value IS 221 (86.72% from 255) = 42.75%
R=22.05%
G=35.20%
B=42.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1141822210.480.1800.13201.8761.1465.69
Hex72B6DD30120Dca3d42
Octal162266335602201531275102
Binary111001010110110110111011100001001001101110010101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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