Shades of Malibu #71BFDD
Tints of Malibu #71BFDD
RGB
CMYK
RGB Variations
Color information
#71BFDD (or 0x71BFDD) is known color: Malibu. HEX triplet: 71, BF and DD. RGB value is (113,191,221). Sum of RGB (Red+Green+Blue) = 113+191+221=525 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.52% from 525); Green value is 191 (75% from 255 or 36.38% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #71BFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BFDD is #8E4022. Grayscale: #AAAAAA. Windows color (decimal): -9322531 or 14532465. OLE color: 14532465.
HSL color Cylindrical-coordinate representation of color #71BFDD: hue angle of 196.67º 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 #71BFDD is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 191 | 221 | - |
| CMYK | 0.49 | 0.14 | 0 | 0.13 |
| HSL | 196.67º | 0.61% | 0.65% | - |
| HSV(B) | 196.67º | 0.49% | 0.87% | - |
| XYZ | 38.49 | 45.99 | 75.26 | - |
| YUV | 171.1 | 156.16 | 86.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 191 | 221 | 0.49 | 0.14 | 0 | 0.13 | 196.67 | 0.61 | 0.65 |
| Hex | 71 | BF | DD | 31 | E | 0 | D | C5 | 3D | 41 |
| Octal | 161 | 277 | 335 | 61 | 16 | 0 | 15 | 305 | 75 | 101 |
| Binary | 1110001 | 10111111 | 11011101 | 110001 | 1110 | 0 | 1101 | 11000101 | 111101 | 1000001 |
Color Harmonies of #71BFDD
Complementary color
Monochromatic Colors of #71BFDD
Black with #71BFDD
Text Example
Text Example
White with #71BFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BFDD; }
p { color: rgb(113,191,221); }
H1.HeaderClassName
{
color: #71BFDD;
}
.AnyTagClassName
{
color: #71BFDD;
}
</style>
background-color css
<style>
a { background-color: #71BFDD; }
a { background-color: rgb(113,191,221); }
div.DivClassName
{
background-color: #71BFDD;
}
.BgClassName
{
background-color: #71BFDD;
}
</style>
border-color css
<style>
span { border-color: #71BFDD; }
span { border-color: rgb(113,191,221); }
td.TdClassName
{
border-color: #71BFDD;
}
.TagClassName
{
border-color: #71BFDD;
}
</style>