Shades of Malibu #71B0DC
Tints of Malibu #71B0DC
RGB
CMYK
RGB Variations
Color information
#71B0DC (or 0x71B0DC) is known color: Malibu. HEX triplet: 71, B0 and DC. RGB value is (113,176,220). Sum of RGB (Red+Green+Blue) = 113+176+220=509 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.20% from 509); Green value is 176 (69.14% from 255 or 34.58% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #71B0DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71B0DC is #8E4F23. Grayscale: #A1A1A1. Windows color (decimal): -9326372 or 14463089. OLE color: 14463089.
HSL color Cylindrical-coordinate representation of color #71B0DC: hue angle of 204.67º 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 #71B0DC is Cyan = 0.49, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 176 | 220 | - |
| CMYK | 0.49 | 0.2 | 0 | 0.14 |
| HSL | 204.67º | 0.6% | 0.65% | - |
| HSV(B) | 204.67º | 0.49% | 0.86% | - |
| XYZ | 35.25 | 39.73 | 73.52 | - |
| YUV | 162.18 | 160.63 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 176 | 220 | 0.49 | 0.2 | 0 | 0.14 | 204.67 | 0.6 | 0.65 |
| Hex | 71 | B0 | DC | 31 | 14 | 0 | E | CD | 3C | 41 |
| Octal | 161 | 260 | 334 | 61 | 24 | 0 | 16 | 315 | 74 | 101 |
| Binary | 1110001 | 10110000 | 11011100 | 110001 | 10100 | 0 | 1110 | 11001101 | 111100 | 1000001 |
Color Harmonies of #71B0DC
Complementary color
Monochromatic Colors of #71B0DC
Black with #71B0DC
Text Example
Text Example
White with #71B0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B0DC; }
p { color: rgb(113,176,220); }
H1.HeaderClassName
{
color: #71B0DC;
}
.AnyTagClassName
{
color: #71B0DC;
}
</style>
background-color css
<style>
a { background-color: #71B0DC; }
a { background-color: rgb(113,176,220); }
div.DivClassName
{
background-color: #71B0DC;
}
.BgClassName
{
background-color: #71B0DC;
}
</style>
border-color css
<style>
span { border-color: #71B0DC; }
span { border-color: rgb(113,176,220); }
td.TdClassName
{
border-color: #71B0DC;
}
.TagClassName
{
border-color: #71B0DC;
}
</style>