Shades of Malibu #72B4DC
Tints of Malibu #72B4DC
RGB
CMYK
RGB Variations
Color information
#72B4DC (or 0x72B4DC) is known color: 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
| RGB | 114 | 180 | 220 | - |
| CMYK | 0.48 | 0.18 | 0 | 0.14 |
| HSL | 202.64º | 0.6% | 0.65% | - |
| HSV(B) | 202.64º | 0.48% | 0.86% | - |
| XYZ | 36.18 | 41.39 | 73.79 | - |
| YUV | 164.83 | 159.13 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 180 | 220 | 0.48 | 0.18 | 0 | 0.14 | 202.64 | 0.6 | 0.65 |
| Hex | 72 | B4 | DC | 30 | 12 | 0 | E | CB | 3C | 41 |
| Octal | 162 | 264 | 334 | 60 | 22 | 0 | 16 | 313 | 74 | 101 |
| Binary | 1110010 | 10110100 | 11011100 | 110000 | 10010 | 0 | 1110 | 11001011 | 111100 | 1000001 |
Color Harmonies of #72B4DC
Complementary color
Monochromatic Colors of #72B4DC
Black with #72B4DC
Text Example
Text Example
White with #72B4DC
Text Example
Text Example
HTML Codes & Css Web 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>