Shades of Malibu #72B6E0
Tints of Malibu #72B6E0
RGB
CMYK
RGB Variations
Color information
#72B6E0 (or 0x72B6E0) is known color: Malibu. HEX triplet: 72, B6 and E0. RGB value is (114,182,224). Sum of RGB (Red+Green+Blue) = 114+182+224=520 (68% of max value = 765). Red value is 114 (44.92% from 255 or 21.92% from 520); Green value is 182 (71.48% from 255 or 35% from 520); Blue value is 224 (87.89% from 255 or 43.08% from 520); Max value from RGB is 224 - color contains mainly: blue. Hex color #72B6E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72B6E0 is #8D491F. Grayscale: #A6A6A6. Windows color (decimal): -9259296 or 14726770. OLE color: 14726770.
HSL color Cylindrical-coordinate representation of color #72B6E0: hue angle of 202.91º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72B6E0 is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 114 | 182 | 224 | - |
| CMYK | 0.49 | 0.19 | 0 | 0.12 |
| HSL | 202.91º | 0.64% | 0.66% | - |
| HSV(B) | 202.91º | 0.49% | 0.88% | - |
| XYZ | 37.12 | 42.42 | 76.75 | - |
| YUV | 166.46 | 160.47 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 182 | 224 | 0.49 | 0.19 | 0 | 0.12 | 202.91 | 0.64 | 0.66 |
| Hex | 72 | B6 | E0 | 31 | 13 | 0 | C | CB | 40 | 42 |
| Octal | 162 | 266 | 340 | 61 | 23 | 0 | 14 | 313 | 100 | 102 |
| Binary | 1110010 | 10110110 | 11100000 | 110001 | 10011 | 0 | 1100 | 11001011 | 1000000 | 1000010 |
Color Harmonies of #72B6E0
Complementary color
Monochromatic Colors of #72B6E0
Black with #72B6E0
Text Example
Text Example
White with #72B6E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B6E0; }
p { color: rgb(114,182,224); }
H1.HeaderClassName
{
color: #72B6E0;
}
.AnyTagClassName
{
color: #72B6E0;
}
</style>
background-color css
<style>
a { background-color: #72B6E0; }
a { background-color: rgb(114,182,224); }
div.DivClassName
{
background-color: #72B6E0;
}
.BgClassName
{
background-color: #72B6E0;
}
</style>
border-color css
<style>
span { border-color: #72B6E0; }
span { border-color: rgb(114,182,224); }
td.TdClassName
{
border-color: #72B6E0;
}
.TagClassName
{
border-color: #72B6E0;
}
</style>