Shades of Malibu #71B3DB
Tints of Malibu #71B3DB
RGB
CMYK
RGB Variations
Color information
#71B3DB (or 0x71B3DB) is known color: Malibu. HEX triplet: 71, B3 and DB. RGB value is (113,179,219). Sum of RGB (Red+Green+Blue) = 113+179+219=511 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.11% from 511); Green value is 179 (70.31% from 255 or 35.03% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #71B3DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71B3DB is #8E4C24. Grayscale: #A3A3A3. Windows color (decimal): -9325605 or 14398321. OLE color: 14398321.
HSL color Cylindrical-coordinate representation of color #71B3DB: hue angle of 202.64º 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 #71B3DB is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 179 | 219 | - |
| CMYK | 0.48 | 0.18 | 0 | 0.14 |
| HSL | 202.64º | 0.6% | 0.65% | - |
| HSV(B) | 202.64º | 0.48% | 0.86% | - |
| XYZ | 35.72 | 40.87 | 73.02 | - |
| YUV | 163.83 | 159.13 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 179 | 219 | 0.48 | 0.18 | 0 | 0.14 | 202.64 | 0.6 | 0.65 |
| Hex | 71 | B3 | DB | 30 | 12 | 0 | E | CB | 3C | 41 |
| Octal | 161 | 263 | 333 | 60 | 22 | 0 | 16 | 313 | 74 | 101 |
| Binary | 1110001 | 10110011 | 11011011 | 110000 | 10010 | 0 | 1110 | 11001011 | 111100 | 1000001 |
Color Harmonies of #71B3DB
Complementary color
Monochromatic Colors of #71B3DB
Black with #71B3DB
Text Example
Text Example
White with #71B3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B3DB; }
p { color: rgb(113,179,219); }
H1.HeaderClassName
{
color: #71B3DB;
}
.AnyTagClassName
{
color: #71B3DB;
}
</style>
background-color css
<style>
a { background-color: #71B3DB; }
a { background-color: rgb(113,179,219); }
div.DivClassName
{
background-color: #71B3DB;
}
.BgClassName
{
background-color: #71B3DB;
}
</style>
border-color css
<style>
span { border-color: #71B3DB; }
span { border-color: rgb(113,179,219); }
td.TdClassName
{
border-color: #71B3DB;
}
.TagClassName
{
border-color: #71B3DB;
}
</style>