Shades of Malibu #72BADD
Tints of Malibu #72BADD
RGB
CMYK
RGB Variations
Color information
#72BADD (or 0x72BADD) is known color: Malibu. HEX triplet: 72, BA and DD. RGB value is (114,186,221). Sum of RGB (Red+Green+Blue) = 114+186+221=521 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.88% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #72BADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BADD is #8D4522. Grayscale: #A8A8A8. Windows color (decimal): -9258275 or 14531186. OLE color: 14531186.
HSL color Cylindrical-coordinate representation of color #72BADD: hue angle of 199.63º 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 #72BADD is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 186 | 221 | - |
| CMYK | 0.48 | 0.16 | 0 | 0.13 |
| HSL | 199.63º | 0.61% | 0.66% | - |
| HSV(B) | 199.63º | 0.48% | 0.87% | - |
| XYZ | 37.55 | 43.92 | 74.9 | - |
| YUV | 168.46 | 157.65 | 89.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 186 | 221 | 0.48 | 0.16 | 0 | 0.13 | 199.63 | 0.61 | 0.66 |
| Hex | 72 | BA | DD | 30 | 10 | 0 | D | C8 | 3D | 42 |
| Octal | 162 | 272 | 335 | 60 | 20 | 0 | 15 | 310 | 75 | 102 |
| Binary | 1110010 | 10111010 | 11011101 | 110000 | 10000 | 0 | 1101 | 11001000 | 111101 | 1000010 |
Color Harmonies of #72BADD
Complementary color
Monochromatic Colors of #72BADD
Black with #72BADD
Text Example
Text Example
White with #72BADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BADD; }
p { color: rgb(114,186,221); }
H1.HeaderClassName
{
color: #72BADD;
}
.AnyTagClassName
{
color: #72BADD;
}
</style>
background-color css
<style>
a { background-color: #72BADD; }
a { background-color: rgb(114,186,221); }
div.DivClassName
{
background-color: #72BADD;
}
.BgClassName
{
background-color: #72BADD;
}
</style>
border-color css
<style>
span { border-color: #72BADD; }
span { border-color: rgb(114,186,221); }
td.TdClassName
{
border-color: #72BADD;
}
.TagClassName
{
border-color: #72BADD;
}
</style>