Shades of Malibu #71BDDC
Tints of Malibu #71BDDC
RGB
CMYK
RGB Variations
Color information
#71BDDC (or 0x71BDDC) is known color: Malibu. HEX triplet: 71, BD and DC. RGB value is (113,189,220). Sum of RGB (Red+Green+Blue) = 113+189+220=522 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.65% from 522); Green value is 189 (74.22% from 255 or 36.21% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #71BDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BDDC is #8E4223. Grayscale: #A9A9A9. Windows color (decimal): -9323044 or 14466417. OLE color: 14466417.
HSL color Cylindrical-coordinate representation of color #71BDDC: hue angle of 197.38º 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 #71BDDC is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 189 | 220 | - |
| CMYK | 0.49 | 0.14 | 0 | 0.14 |
| HSL | 197.38º | 0.6% | 0.65% | - |
| HSV(B) | 197.38º | 0.49% | 0.86% | - |
| XYZ | 37.93 | 45.07 | 74.41 | - |
| YUV | 169.81 | 156.32 | 87.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 189 | 220 | 0.49 | 0.14 | 0 | 0.14 | 197.38 | 0.6 | 0.65 |
| Hex | 71 | BD | DC | 31 | E | 0 | E | C5 | 3C | 41 |
| Octal | 161 | 275 | 334 | 61 | 16 | 0 | 16 | 305 | 74 | 101 |
| Binary | 1110001 | 10111101 | 11011100 | 110001 | 1110 | 0 | 1110 | 11000101 | 111100 | 1000001 |
Color Harmonies of #71BDDC
Complementary color
Monochromatic Colors of #71BDDC
Black with #71BDDC
Text Example
Text Example
White with #71BDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BDDC; }
p { color: rgb(113,189,220); }
H1.HeaderClassName
{
color: #71BDDC;
}
.AnyTagClassName
{
color: #71BDDC;
}
</style>
background-color css
<style>
a { background-color: #71BDDC; }
a { background-color: rgb(113,189,220); }
div.DivClassName
{
background-color: #71BDDC;
}
.BgClassName
{
background-color: #71BDDC;
}
</style>
border-color css
<style>
span { border-color: #71BDDC; }
span { border-color: rgb(113,189,220); }
td.TdClassName
{
border-color: #71BDDC;
}
.TagClassName
{
border-color: #71BDDC;
}
</style>