Shades of Malibu #71B0DB
Tints of Malibu #71B0DB
RGB
CMYK
RGB Variations
Color information
#71B0DB (or 0x71B0DB) is known color: Malibu. HEX triplet: 71, B0 and DB. RGB value is (113,176,219). Sum of RGB (Red+Green+Blue) = 113+176+219=508 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.24% from 508); Green value is 176 (69.14% from 255 or 34.65% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #71B0DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71B0DB is #8E4F24. Grayscale: #A1A1A1. Windows color (decimal): -9326373 or 14397553. OLE color: 14397553.
HSL color Cylindrical-coordinate representation of color #71B0DB: hue angle of 204.34º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71B0DB is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 176 | 219 | - |
| CMYK | 0.48 | 0.20 | 0 | 0.14 |
| HSL | 204.34º | 0.6% | 0.65% | - |
| HSV(B) | 204.34º | 0.48% | 0.86% | - |
| XYZ | 35.12 | 39.68 | 72.82 | - |
| YUV | 162.07 | 160.13 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 176 | 219 | 0.48 | 0.20 | 0 | 0.14 | 204.34 | 0.6 | 0.65 |
| Hex | 71 | B0 | DB | 30 | 14 | 0 | E | CC | 3C | 41 |
| Octal | 161 | 260 | 333 | 60 | 24 | 0 | 16 | 314 | 74 | 101 |
| Binary | 1110001 | 10110000 | 11011011 | 110000 | 10100 | 0 | 1110 | 11001100 | 111100 | 1000001 |
Color Harmonies of #71B0DB
Complementary color
Monochromatic Colors of #71B0DB
Black with #71B0DB
Text Example
Text Example
White with #71B0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B0DB; }
p { color: rgb(113,176,219); }
H1.HeaderClassName
{
color: #71B0DB;
}
.AnyTagClassName
{
color: #71B0DB;
}
</style>
background-color css
<style>
a { background-color: #71B0DB; }
a { background-color: rgb(113,176,219); }
div.DivClassName
{
background-color: #71B0DB;
}
.BgClassName
{
background-color: #71B0DB;
}
</style>
border-color css
<style>
span { border-color: #71B0DB; }
span { border-color: rgb(113,176,219); }
td.TdClassName
{
border-color: #71B0DB;
}
.TagClassName
{
border-color: #71B0DB;
}
</style>