Shades of Malibu #72BFDD
Tints of Malibu #72BFDD
RGB
CMYK
RGB Variations
Color information
#72BFDD (or 0x72BFDD) is known color: Malibu. HEX triplet: 72, BF and DD. RGB value is (114,191,221). Sum of RGB (Red+Green+Blue) = 114+191+221=526 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.67% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #72BFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BFDD is #8D4022. Grayscale: #ABABAB. Windows color (decimal): -9256995 or 14532466. OLE color: 14532466.
HSL color Cylindrical-coordinate representation of color #72BFDD: hue angle of 196.82º 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 #72BFDD is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 191 | 221 | - |
| CMYK | 0.48 | 0.14 | 0 | 0.13 |
| HSL | 196.82º | 0.61% | 0.66% | - |
| HSV(B) | 196.82º | 0.48% | 0.87% | - |
| XYZ | 38.62 | 46.06 | 75.26 | - |
| YUV | 171.4 | 155.99 | 87.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 191 | 221 | 0.48 | 0.14 | 0 | 0.13 | 196.82 | 0.61 | 0.66 |
| Hex | 72 | BF | DD | 30 | E | 0 | D | C5 | 3D | 42 |
| Octal | 162 | 277 | 335 | 60 | 16 | 0 | 15 | 305 | 75 | 102 |
| Binary | 1110010 | 10111111 | 11011101 | 110000 | 1110 | 0 | 1101 | 11000101 | 111101 | 1000010 |
Color Harmonies of #72BFDD
Complementary color
Monochromatic Colors of #72BFDD
Black with #72BFDD
Text Example
Text Example
White with #72BFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BFDD; }
p { color: rgb(114,191,221); }
H1.HeaderClassName
{
color: #72BFDD;
}
.AnyTagClassName
{
color: #72BFDD;
}
</style>
background-color css
<style>
a { background-color: #72BFDD; }
a { background-color: rgb(114,191,221); }
div.DivClassName
{
background-color: #72BFDD;
}
.BgClassName
{
background-color: #72BFDD;
}
</style>
border-color css
<style>
span { border-color: #72BFDD; }
span { border-color: rgb(114,191,221); }
td.TdClassName
{
border-color: #72BFDD;
}
.TagClassName
{
border-color: #72BFDD;
}
</style>