Shades of Malibu #5FB7EC
Tints of Malibu #5FB7EC
RGB
CMYK
RGB Variations
Color information
#5FB7EC (or 0x5FB7EC) is known color: Malibu. HEX triplet: 5F, B7 and EC. RGB value is (95,183,236). Sum of RGB (Red+Green+Blue) = 95+183+236=514 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.48% from 514); Green value is 183 (71.88% from 255 or 35.60% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #5FB7EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FB7EC is #A04813. Grayscale: #A2A2A2. Windows color (decimal): -10504212 or 15513439. OLE color: 15513439.
HSL color Cylindrical-coordinate representation of color #5FB7EC: hue angle of 202.55º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FB7EC is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 183 | 236 | - |
| CMYK | 0.60 | 0.22 | 0 | 0.07 |
| HSL | 202.55º | 0.79% | 0.65% | - |
| HSV(B) | 202.55º | 0.6% | 0.93% | - |
| XYZ | 36.79 | 42.36 | 85.59 | - |
| YUV | 162.73 | 169.35 | 79.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 183 | 236 | 0.60 | 0.22 | 0 | 0.07 | 202.55 | 0.79 | 0.65 |
| Hex | 5F | B7 | EC | 3C | 16 | 0 | 7 | CB | 4F | 41 |
| Octal | 137 | 267 | 354 | 74 | 26 | 0 | 7 | 313 | 117 | 101 |
| Binary | 1011111 | 10110111 | 11101100 | 111100 | 10110 | 0 | 111 | 11001011 | 1001111 | 1000001 |
Color Harmonies of #5FB7EC
Complementary color
Monochromatic Colors of #5FB7EC
Black with #5FB7EC
Text Example
Text Example
White with #5FB7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB7EC; }
p { color: rgb(95,183,236); }
H1.HeaderClassName
{
color: #5FB7EC;
}
.AnyTagClassName
{
color: #5FB7EC;
}
</style>
background-color css
<style>
a { background-color: #5FB7EC; }
a { background-color: rgb(95,183,236); }
div.DivClassName
{
background-color: #5FB7EC;
}
.BgClassName
{
background-color: #5FB7EC;
}
</style>
border-color css
<style>
span { border-color: #5FB7EC; }
span { border-color: rgb(95,183,236); }
td.TdClassName
{
border-color: #5FB7EC;
}
.TagClassName
{
border-color: #5FB7EC;
}
</style>