Shades of Malibu #71BFE9
Tints of Malibu #71BFE9
RGB
CMYK
RGB Variations
Color information
#71BFE9 (or 0x71BFE9) is known color: Malibu. HEX triplet: 71, BF and E9. RGB value is (113,191,233). Sum of RGB (Red+Green+Blue) = 113+191+233=537 (71% of max value = 765). Red value is 113 (44.53% from 255 or 21.04% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 233 (91.41% from 255 or 43.39% from 537); Max value from RGB is 233 - color contains mainly: blue. Hex color #71BFE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71BFE9 is #8E4016. Grayscale: #ACACAC. Windows color (decimal): -9322519 or 15318897. OLE color: 15318897.
HSL color Cylindrical-coordinate representation of color #71BFE9: hue angle of 201º 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 #71BFE9 is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 113 | 191 | 233 | - |
| CMYK | 0.52 | 0.18 | 0 | 0.09 |
| HSL | 201º | 0.73% | 0.68% | - |
| HSV(B) | 201º | 0.52% | 0.91% | - |
| XYZ | 40.15 | 46.66 | 83.98 | - |
| YUV | 172.47 | 162.16 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 191 | 233 | 0.52 | 0.18 | 0 | 0.09 | 201 | 0.73 | 0.68 |
| Hex | 71 | BF | E9 | 34 | 12 | 0 | 9 | C9 | 49 | 44 |
| Octal | 161 | 277 | 351 | 64 | 22 | 0 | 11 | 311 | 111 | 104 |
| Binary | 1110001 | 10111111 | 11101001 | 110100 | 10010 | 0 | 1001 | 11001001 | 1001001 | 1000100 |
Color Harmonies of #71BFE9
Complementary color
Monochromatic Colors of #71BFE9
Black with #71BFE9
Text Example
Text Example
White with #71BFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BFE9; }
p { color: rgb(113,191,233); }
H1.HeaderClassName
{
color: #71BFE9;
}
.AnyTagClassName
{
color: #71BFE9;
}
</style>
background-color css
<style>
a { background-color: #71BFE9; }
a { background-color: rgb(113,191,233); }
div.DivClassName
{
background-color: #71BFE9;
}
.BgClassName
{
background-color: #71BFE9;
}
</style>
border-color css
<style>
span { border-color: #71BFE9; }
span { border-color: rgb(113,191,233); }
td.TdClassName
{
border-color: #71BFE9;
}
.TagClassName
{
border-color: #71BFE9;
}
</style>