Shades of Malibu #71B8DB
Tints of Malibu #71B8DB
RGB
CMYK
RGB Variations
Color information
#71B8DB (or 0x71B8DB) is known color: Malibu. HEX triplet: 71, B8 and DB. RGB value is (113,184,219). Sum of RGB (Red+Green+Blue) = 113+184+219=516 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.90% from 516); Green value is 184 (72.27% from 255 or 35.66% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #71B8DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71B8DB is #8E4724. Grayscale: #A6A6A6. Windows color (decimal): -9324325 or 14399601. OLE color: 14399601.
HSL color Cylindrical-coordinate representation of color #71B8DB: hue angle of 199.81º 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 #71B8DB is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 184 | 219 | - |
| CMYK | 0.48 | 0.16 | 0 | 0.14 |
| HSL | 199.81º | 0.6% | 0.65% | - |
| HSV(B) | 199.81º | 0.48% | 0.86% | - |
| XYZ | 36.74 | 42.91 | 73.36 | - |
| YUV | 166.76 | 157.48 | 89.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 184 | 219 | 0.48 | 0.16 | 0 | 0.14 | 199.81 | 0.6 | 0.65 |
| Hex | 71 | B8 | DB | 30 | 10 | 0 | E | C8 | 3C | 41 |
| Octal | 161 | 270 | 333 | 60 | 20 | 0 | 16 | 310 | 74 | 101 |
| Binary | 1110001 | 10111000 | 11011011 | 110000 | 10000 | 0 | 1110 | 11001000 | 111100 | 1000001 |
Color Harmonies of #71B8DB
Complementary color
Monochromatic Colors of #71B8DB
Black with #71B8DB
Text Example
Text Example
White with #71B8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B8DB; }
p { color: rgb(113,184,219); }
H1.HeaderClassName
{
color: #71B8DB;
}
.AnyTagClassName
{
color: #71B8DB;
}
</style>
background-color css
<style>
a { background-color: #71B8DB; }
a { background-color: rgb(113,184,219); }
div.DivClassName
{
background-color: #71B8DB;
}
.BgClassName
{
background-color: #71B8DB;
}
</style>
border-color css
<style>
span { border-color: #71B8DB; }
span { border-color: rgb(113,184,219); }
td.TdClassName
{
border-color: #71B8DB;
}
.TagClassName
{
border-color: #71B8DB;
}
</style>