Shades of Malibu #71B1DB
Tints of Malibu #71B1DB
RGB
CMYK
RGB Variations
Color information
#71B1DB (or 0x71B1DB) is known color: Malibu. HEX triplet: 71, B1 and DB. RGB value is (113,177,219). Sum of RGB (Red+Green+Blue) = 113+177+219=509 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.20% from 509); Green value is 177 (69.53% from 255 or 34.77% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #71B1DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71B1DB is #8E4E24. Grayscale: #A2A2A2. Windows color (decimal): -9326117 or 14397809. OLE color: 14397809.
HSL color Cylindrical-coordinate representation of color #71B1DB: hue angle of 203.77º 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 #71B1DB is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 177 | 219 | - |
| CMYK | 0.48 | 0.19 | 0 | 0.14 |
| HSL | 203.77º | 0.6% | 0.65% | - |
| HSV(B) | 203.77º | 0.48% | 0.86% | - |
| XYZ | 35.32 | 40.07 | 72.89 | - |
| YUV | 162.65 | 159.8 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 177 | 219 | 0.48 | 0.19 | 0 | 0.14 | 203.77 | 0.6 | 0.65 |
| Hex | 71 | B1 | DB | 30 | 13 | 0 | E | CC | 3C | 41 |
| Octal | 161 | 261 | 333 | 60 | 23 | 0 | 16 | 314 | 74 | 101 |
| Binary | 1110001 | 10110001 | 11011011 | 110000 | 10011 | 0 | 1110 | 11001100 | 111100 | 1000001 |
Color Harmonies of #71B1DB
Complementary color
Monochromatic Colors of #71B1DB
Black with #71B1DB
Text Example
Text Example
White with #71B1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B1DB; }
p { color: rgb(113,177,219); }
H1.HeaderClassName
{
color: #71B1DB;
}
.AnyTagClassName
{
color: #71B1DB;
}
</style>
background-color css
<style>
a { background-color: #71B1DB; }
a { background-color: rgb(113,177,219); }
div.DivClassName
{
background-color: #71B1DB;
}
.BgClassName
{
background-color: #71B1DB;
}
</style>
border-color css
<style>
span { border-color: #71B1DB; }
span { border-color: rgb(113,177,219); }
td.TdClassName
{
border-color: #71B1DB;
}
.TagClassName
{
border-color: #71B1DB;
}
</style>