Shades of Malibu #71B4DD
Tints of Malibu #71B4DD
RGB
CMYK
RGB Variations
Color information
#71B4DD (or 0x71B4DD) is known color: Malibu. HEX triplet: 71, B4 and DD. RGB value is (113,180,221). Sum of RGB (Red+Green+Blue) = 113+180+221=514 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.98% from 514); Green value is 180 (70.70% from 255 or 35.02% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #71B4DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71B4DD is #8E4B22. Grayscale: #A4A4A4. Windows color (decimal): -9325347 or 14529649. OLE color: 14529649.
HSL color Cylindrical-coordinate representation of color #71B4DD: hue angle of 202.78º 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 #71B4DD is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 180 | 221 | - |
| CMYK | 0.49 | 0.19 | 0 | 0.13 |
| HSL | 202.78º | 0.61% | 0.65% | - |
| HSV(B) | 202.78º | 0.49% | 0.87% | - |
| XYZ | 36.18 | 41.37 | 74.49 | - |
| YUV | 164.64 | 159.8 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 180 | 221 | 0.49 | 0.19 | 0 | 0.13 | 202.78 | 0.61 | 0.65 |
| Hex | 71 | B4 | DD | 31 | 13 | 0 | D | CB | 3D | 41 |
| Octal | 161 | 264 | 335 | 61 | 23 | 0 | 15 | 313 | 75 | 101 |
| Binary | 1110001 | 10110100 | 11011101 | 110001 | 10011 | 0 | 1101 | 11001011 | 111101 | 1000001 |
Color Harmonies of #71B4DD
Complementary color
Monochromatic Colors of #71B4DD
Black with #71B4DD
Text Example
Text Example
White with #71B4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B4DD; }
p { color: rgb(113,180,221); }
H1.HeaderClassName
{
color: #71B4DD;
}
.AnyTagClassName
{
color: #71B4DD;
}
</style>
background-color css
<style>
a { background-color: #71B4DD; }
a { background-color: rgb(113,180,221); }
div.DivClassName
{
background-color: #71B4DD;
}
.BgClassName
{
background-color: #71B4DD;
}
</style>
border-color css
<style>
span { border-color: #71B4DD; }
span { border-color: rgb(113,180,221); }
td.TdClassName
{
border-color: #71B4DD;
}
.TagClassName
{
border-color: #71B4DD;
}
</style>