Shades of Malibu #71BFEA
Tints of Malibu #71BFEA
RGB
CMYK
RGB Variations
Color information
#71BFEA (or 0x71BFEA) is known color: Malibu. HEX triplet: 71, BF and EA. RGB value is (113,191,234). Sum of RGB (Red+Green+Blue) = 113+191+234=538 (71% of max value = 765). Red value is 113 (44.53% from 255 or 21.00% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 234 - color contains mainly: blue. Hex color #71BFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71BFEA is #8E4015. Grayscale: #ACACAC. Windows color (decimal): -9322518 or 15384433. OLE color: 15384433.
HSL color Cylindrical-coordinate representation of color #71BFEA: hue angle of 201.32º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71BFEA is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 113 | 191 | 234 | - |
| CMYK | 0.52 | 0.18 | 0 | 0.08 |
| HSL | 201.32º | 0.74% | 0.68% | - |
| HSV(B) | 201.32º | 0.52% | 0.92% | - |
| XYZ | 40.29 | 46.71 | 84.73 | - |
| YUV | 172.58 | 162.66 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 191 | 234 | 0.52 | 0.18 | 0 | 0.08 | 201.32 | 0.74 | 0.68 |
| Hex | 71 | BF | EA | 34 | 12 | 0 | 8 | C9 | 4A | 44 |
| Octal | 161 | 277 | 352 | 64 | 22 | 0 | 10 | 311 | 112 | 104 |
| Binary | 1110001 | 10111111 | 11101010 | 110100 | 10010 | 0 | 1000 | 11001001 | 1001010 | 1000100 |
Color Harmonies of #71BFEA
Complementary color
Monochromatic Colors of #71BFEA
Black with #71BFEA
Text Example
Text Example
White with #71BFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BFEA; }
p { color: rgb(113,191,234); }
H1.HeaderClassName
{
color: #71BFEA;
}
.AnyTagClassName
{
color: #71BFEA;
}
</style>
background-color css
<style>
a { background-color: #71BFEA; }
a { background-color: rgb(113,191,234); }
div.DivClassName
{
background-color: #71BFEA;
}
.BgClassName
{
background-color: #71BFEA;
}
</style>
border-color css
<style>
span { border-color: #71BFEA; }
span { border-color: rgb(113,191,234); }
td.TdClassName
{
border-color: #71BFEA;
}
.TagClassName
{
border-color: #71BFEA;
}
</style>