#72B4DC

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

Shades of Malibu #72B4DC

Tints of Malibu #72B4DC

Color information

#72B4DC (or 0x72B4DC) is unknown color: approx Malibu. HEX triplet: 72, B4 and DC. RGB value is (114,180,220). Sum of RGB (Red+Green+Blue) = 114+180+220=514 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.18% from 514); Green value is 180 (70.70% from 255 or 35.02% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #72B4DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72B4DC is #8D4B23. Grayscale: #A4A4A4. Windows color (decimal): -9259812 or 14464114. OLE color: 14464114.

HSL color Cylindrical-coordinate representation of color #72B4DC: hue angle of 202.64º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72B4DC is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB114180220-
CMYK0.480.1800.14
HSL202.64º60.23%65.49%-
HSV(B)202.64º48.18%86.27%-
XYZ36.1841.3973.79-
YUV164.83159.1391.75-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.18%
GREEN value IS 180 (70.70% from 255) = 35.02%
BLUE value IS 220 (86.33% from 255) = 42.80%
R=22.18%
G=35.02%
B=42.80%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1141802200.480.1800.14202.6460.2365.49
Hex72B4DC30120Ecb3c41
Octal162264334602201631374101
Binary111001010110100110111001100001001001110110010111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,180,220); }

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

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

 a { background-color: rgb(114,180,220); }

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

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

 span { border-color: rgb(114,180,220); }

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