Shades of Malibu #71B8DD
Tints of Malibu #71B8DD
RGB
CMYK
RGB Variations
Color information
#71B8DD (or 0x71B8DD) is known color: Malibu. HEX triplet: 71, B8 and DD. RGB value is (113,184,221). Sum of RGB (Red+Green+Blue) = 113+184+221=518 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.81% from 518); Green value is 184 (72.27% from 255 or 35.52% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #71B8DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71B8DD is #8E4722. Grayscale: #A6A6A6. Windows color (decimal): -9324323 or 14530673. OLE color: 14530673.
HSL color Cylindrical-coordinate representation of color #71B8DD: hue angle of 200.56º 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 #71B8DD is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 184 | 221 | - |
| CMYK | 0.49 | 0.17 | 0 | 0.13 |
| HSL | 200.56º | 0.61% | 0.65% | - |
| HSV(B) | 200.56º | 0.49% | 0.87% | - |
| XYZ | 37 | 43.01 | 74.76 | - |
| YUV | 166.99 | 158.48 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 184 | 221 | 0.49 | 0.17 | 0 | 0.13 | 200.56 | 0.61 | 0.65 |
| Hex | 71 | B8 | DD | 31 | 11 | 0 | D | C9 | 3D | 41 |
| Octal | 161 | 270 | 335 | 61 | 21 | 0 | 15 | 311 | 75 | 101 |
| Binary | 1110001 | 10111000 | 11011101 | 110001 | 10001 | 0 | 1101 | 11001001 | 111101 | 1000001 |
Color Harmonies of #71B8DD
Complementary color
Monochromatic Colors of #71B8DD
Black with #71B8DD
Text Example
Text Example
White with #71B8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B8DD; }
p { color: rgb(113,184,221); }
H1.HeaderClassName
{
color: #71B8DD;
}
.AnyTagClassName
{
color: #71B8DD;
}
</style>
background-color css
<style>
a { background-color: #71B8DD; }
a { background-color: rgb(113,184,221); }
div.DivClassName
{
background-color: #71B8DD;
}
.BgClassName
{
background-color: #71B8DD;
}
</style>
border-color css
<style>
span { border-color: #71B8DD; }
span { border-color: rgb(113,184,221); }
td.TdClassName
{
border-color: #71B8DD;
}
.TagClassName
{
border-color: #71B8DD;
}
</style>