Shades of Malibu #71BDE0
Tints of Malibu #71BDE0
RGB
CMYK
RGB Variations
Color information
#71BDE0 (or 0x71BDE0) is known color: Malibu. HEX triplet: 71, BD and E0. RGB value is (113,189,224). Sum of RGB (Red+Green+Blue) = 113+189+224=526 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.48% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 224 (87.89% from 255 or 42.59% from 526); Max value from RGB is 224 - color contains mainly: blue. Hex color #71BDE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BDE0 is #8E421F. Grayscale: #AAAAAA. Windows color (decimal): -9323040 or 14728561. OLE color: 14728561.
HSL color Cylindrical-coordinate representation of color #71BDE0: hue angle of 198.92º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71BDE0 is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 113 | 189 | 224 | - |
| CMYK | 0.50 | 0.16 | 0 | 0.12 |
| HSL | 198.92º | 0.64% | 0.66% | - |
| HSV(B) | 198.92º | 0.5% | 0.88% | - |
| XYZ | 38.46 | 45.29 | 77.24 | - |
| YUV | 170.27 | 158.32 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 189 | 224 | 0.50 | 0.16 | 0 | 0.12 | 198.92 | 0.64 | 0.66 |
| Hex | 71 | BD | E0 | 32 | 10 | 0 | C | C7 | 40 | 42 |
| Octal | 161 | 275 | 340 | 62 | 20 | 0 | 14 | 307 | 100 | 102 |
| Binary | 1110001 | 10111101 | 11100000 | 110010 | 10000 | 0 | 1100 | 11000111 | 1000000 | 1000010 |
Color Harmonies of #71BDE0
Complementary color
Monochromatic Colors of #71BDE0
Black with #71BDE0
Text Example
Text Example
White with #71BDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BDE0; }
p { color: rgb(113,189,224); }
H1.HeaderClassName
{
color: #71BDE0;
}
.AnyTagClassName
{
color: #71BDE0;
}
</style>
background-color css
<style>
a { background-color: #71BDE0; }
a { background-color: rgb(113,189,224); }
div.DivClassName
{
background-color: #71BDE0;
}
.BgClassName
{
background-color: #71BDE0;
}
</style>
border-color css
<style>
span { border-color: #71BDE0; }
span { border-color: rgb(113,189,224); }
td.TdClassName
{
border-color: #71BDE0;
}
.TagClassName
{
border-color: #71BDE0;
}
</style>