Shades of Malibu #71B5DC
Tints of Malibu #71B5DC
RGB
CMYK
RGB Variations
Color information
#71B5DC (or 0x71B5DC) is known color: Malibu. HEX triplet: 71, B5 and DC. RGB value is (113,181,220). Sum of RGB (Red+Green+Blue) = 113+181+220=514 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.98% from 514); Green value is 181 (71.09% from 255 or 35.21% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #71B5DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71B5DC is #8E4A23. Grayscale: #A4A4A4. Windows color (decimal): -9325092 or 14464369. OLE color: 14464369.
HSL color Cylindrical-coordinate representation of color #71B5DC: hue angle of 201.87º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71B5DC is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 181 | 220 | - |
| CMYK | 0.49 | 0.18 | 0 | 0.14 |
| HSL | 201.87º | 0.6% | 0.65% | - |
| HSV(B) | 201.87º | 0.49% | 0.86% | - |
| XYZ | 36.25 | 41.73 | 73.85 | - |
| YUV | 165.11 | 158.97 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 181 | 220 | 0.49 | 0.18 | 0 | 0.14 | 201.87 | 0.6 | 0.65 |
| Hex | 71 | B5 | DC | 31 | 12 | 0 | E | CA | 3C | 41 |
| Octal | 161 | 265 | 334 | 61 | 22 | 0 | 16 | 312 | 74 | 101 |
| Binary | 1110001 | 10110101 | 11011100 | 110001 | 10010 | 0 | 1110 | 11001010 | 111100 | 1000001 |
Color Harmonies of #71B5DC
Complementary color
Monochromatic Colors of #71B5DC
Black with #71B5DC
Text Example
Text Example
White with #71B5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B5DC; }
p { color: rgb(113,181,220); }
H1.HeaderClassName
{
color: #71B5DC;
}
.AnyTagClassName
{
color: #71B5DC;
}
</style>
background-color css
<style>
a { background-color: #71B5DC; }
a { background-color: rgb(113,181,220); }
div.DivClassName
{
background-color: #71B5DC;
}
.BgClassName
{
background-color: #71B5DC;
}
</style>
border-color css
<style>
span { border-color: #71B5DC; }
span { border-color: rgb(113,181,220); }
td.TdClassName
{
border-color: #71B5DC;
}
.TagClassName
{
border-color: #71B5DC;
}
</style>