Shades of Malibu #71BBDD
Tints of Malibu #71BBDD
RGB
CMYK
RGB Variations
Color information
#71BBDD (or 0x71BBDD) is known color: Malibu. HEX triplet: 71, BB and DD. RGB value is (113,187,221). Sum of RGB (Red+Green+Blue) = 113+187+221=521 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.69% from 521); Green value is 187 (73.44% from 255 or 35.89% 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 #71BBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BBDD is #8E4422. Grayscale: #A8A8A8. Windows color (decimal): -9323555 or 14531441. OLE color: 14531441.
HSL color Cylindrical-coordinate representation of color #71BBDD: hue angle of 198.89º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71BBDD is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 187 | 221 | - |
| CMYK | 0.49 | 0.15 | 0 | 0.13 |
| HSL | 198.89º | 0.61% | 0.65% | - |
| HSV(B) | 198.89º | 0.49% | 0.87% | - |
| XYZ | 37.63 | 44.27 | 74.97 | - |
| YUV | 168.75 | 157.48 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 187 | 221 | 0.49 | 0.15 | 0 | 0.13 | 198.89 | 0.61 | 0.65 |
| Hex | 71 | BB | DD | 31 | F | 0 | D | C7 | 3D | 41 |
| Octal | 161 | 273 | 335 | 61 | 17 | 0 | 15 | 307 | 75 | 101 |
| Binary | 1110001 | 10111011 | 11011101 | 110001 | 1111 | 0 | 1101 | 11000111 | 111101 | 1000001 |
Color Harmonies of #71BBDD
Complementary color
Monochromatic Colors of #71BBDD
Black with #71BBDD
Text Example
Text Example
White with #71BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BBDD; }
p { color: rgb(113,187,221); }
H1.HeaderClassName
{
color: #71BBDD;
}
.AnyTagClassName
{
color: #71BBDD;
}
</style>
background-color css
<style>
a { background-color: #71BBDD; }
a { background-color: rgb(113,187,221); }
div.DivClassName
{
background-color: #71BBDD;
}
.BgClassName
{
background-color: #71BBDD;
}
</style>
border-color css
<style>
span { border-color: #71BBDD; }
span { border-color: rgb(113,187,221); }
td.TdClassName
{
border-color: #71BBDD;
}
.TagClassName
{
border-color: #71BBDD;
}
</style>