Shades of Malibu #71B2DB
Tints of Malibu #71B2DB
RGB
CMYK
RGB Variations
Color information
#71B2DB (or 0x71B2DB) is known color: Malibu. HEX triplet: 71, B2 and DB. RGB value is (113,178,219). Sum of RGB (Red+Green+Blue) = 113+178+219=510 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.16% from 510); Green value is 178 (69.92% from 255 or 34.90% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #71B2DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71B2DB is #8E4D24. Grayscale: #A3A3A3. Windows color (decimal): -9325861 or 14398065. OLE color: 14398065.
HSL color Cylindrical-coordinate representation of color #71B2DB: hue angle of 203.21º 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 #71B2DB is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 178 | 219 | - |
| CMYK | 0.48 | 0.19 | 0 | 0.14 |
| HSL | 203.21º | 0.6% | 0.65% | - |
| HSV(B) | 203.21º | 0.48% | 0.86% | - |
| XYZ | 35.52 | 40.47 | 72.96 | - |
| YUV | 163.24 | 159.47 | 92.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 178 | 219 | 0.48 | 0.19 | 0 | 0.14 | 203.21 | 0.6 | 0.65 |
| Hex | 71 | B2 | DB | 30 | 13 | 0 | E | CB | 3C | 41 |
| Octal | 161 | 262 | 333 | 60 | 23 | 0 | 16 | 313 | 74 | 101 |
| Binary | 1110001 | 10110010 | 11011011 | 110000 | 10011 | 0 | 1110 | 11001011 | 111100 | 1000001 |
Color Harmonies of #71B2DB
Complementary color
Monochromatic Colors of #71B2DB
Black with #71B2DB
Text Example
Text Example
White with #71B2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B2DB; }
p { color: rgb(113,178,219); }
H1.HeaderClassName
{
color: #71B2DB;
}
.AnyTagClassName
{
color: #71B2DB;
}
</style>
background-color css
<style>
a { background-color: #71B2DB; }
a { background-color: rgb(113,178,219); }
div.DivClassName
{
background-color: #71B2DB;
}
.BgClassName
{
background-color: #71B2DB;
}
</style>
border-color css
<style>
span { border-color: #71B2DB; }
span { border-color: rgb(113,178,219); }
td.TdClassName
{
border-color: #71B2DB;
}
.TagClassName
{
border-color: #71B2DB;
}
</style>