Shades of Malibu #71B7DB
Tints of Malibu #71B7DB
RGB
CMYK
RGB Variations
Color information
#71B7DB (or 0x71B7DB) is known color: Malibu. HEX triplet: 71, B7 and DB. RGB value is (113,183,219). Sum of RGB (Red+Green+Blue) = 113+183+219=515 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.94% from 515); Green value is 183 (71.88% from 255 or 35.53% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #71B7DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71B7DB is #8E4824. Grayscale: #A5A5A5. Windows color (decimal): -9324581 or 14399345. OLE color: 14399345.
HSL color Cylindrical-coordinate representation of color #71B7DB: hue angle of 200.38º 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 #71B7DB is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 183 | 219 | - |
| CMYK | 0.48 | 0.16 | 0 | 0.14 |
| HSL | 200.38º | 0.6% | 0.65% | - |
| HSV(B) | 200.38º | 0.48% | 0.86% | - |
| XYZ | 36.53 | 42.49 | 73.29 | - |
| YUV | 166.17 | 157.81 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 183 | 219 | 0.48 | 0.16 | 0 | 0.14 | 200.38 | 0.6 | 0.65 |
| Hex | 71 | B7 | DB | 30 | 10 | 0 | E | C8 | 3C | 41 |
| Octal | 161 | 267 | 333 | 60 | 20 | 0 | 16 | 310 | 74 | 101 |
| Binary | 1110001 | 10110111 | 11011011 | 110000 | 10000 | 0 | 1110 | 11001000 | 111100 | 1000001 |
Color Harmonies of #71B7DB
Complementary color
Monochromatic Colors of #71B7DB
Black with #71B7DB
Text Example
Text Example
White with #71B7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B7DB; }
p { color: rgb(113,183,219); }
H1.HeaderClassName
{
color: #71B7DB;
}
.AnyTagClassName
{
color: #71B7DB;
}
</style>
background-color css
<style>
a { background-color: #71B7DB; }
a { background-color: rgb(113,183,219); }
div.DivClassName
{
background-color: #71B7DB;
}
.BgClassName
{
background-color: #71B7DB;
}
</style>
border-color css
<style>
span { border-color: #71B7DB; }
span { border-color: rgb(113,183,219); }
td.TdClassName
{
border-color: #71B7DB;
}
.TagClassName
{
border-color: #71B7DB;
}
</style>