Shades of Malibu #71B7E9
Tints of Malibu #71B7E9
RGB
CMYK
RGB Variations
Color information
#71B7E9 (or 0x71B7E9) is known color: Malibu. HEX triplet: 71, B7 and E9. RGB value is (113,183,233). Sum of RGB (Red+Green+Blue) = 113+183+233=529 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.36% from 529); Green value is 183 (71.88% from 255 or 34.59% from 529); Blue value is 233 (91.41% from 255 or 44.05% from 529); Max value from RGB is 233 - color contains mainly: blue. Hex color #71B7E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71B7E9 is #8E4816. Grayscale: #A7A7A7. Windows color (decimal): -9324567 or 15316849. OLE color: 15316849.
HSL color Cylindrical-coordinate representation of color #71B7E9: hue angle of 205º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71B7E9 is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 113 | 183 | 233 | - |
| CMYK | 0.52 | 0.21 | 0 | 0.09 |
| HSL | 205º | 0.73% | 0.68% | - |
| HSV(B) | 205º | 0.52% | 0.91% | - |
| XYZ | 38.45 | 43.26 | 83.41 | - |
| YUV | 167.77 | 164.81 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 183 | 233 | 0.52 | 0.21 | 0 | 0.09 | 205 | 0.73 | 0.68 |
| Hex | 71 | B7 | E9 | 34 | 15 | 0 | 9 | CD | 49 | 44 |
| Octal | 161 | 267 | 351 | 64 | 25 | 0 | 11 | 315 | 111 | 104 |
| Binary | 1110001 | 10110111 | 11101001 | 110100 | 10101 | 0 | 1001 | 11001101 | 1001001 | 1000100 |
Color Harmonies of #71B7E9
Complementary color
Monochromatic Colors of #71B7E9
Black with #71B7E9
Text Example
Text Example
White with #71B7E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B7E9; }
p { color: rgb(113,183,233); }
H1.HeaderClassName
{
color: #71B7E9;
}
.AnyTagClassName
{
color: #71B7E9;
}
</style>
background-color css
<style>
a { background-color: #71B7E9; }
a { background-color: rgb(113,183,233); }
div.DivClassName
{
background-color: #71B7E9;
}
.BgClassName
{
background-color: #71B7E9;
}
</style>
border-color css
<style>
span { border-color: #71B7E9; }
span { border-color: rgb(113,183,233); }
td.TdClassName
{
border-color: #71B7E9;
}
.TagClassName
{
border-color: #71B7E9;
}
</style>