Shades of Malibu #5FC7EC
Tints of Malibu #5FC7EC
RGB
CMYK
RGB Variations
Color information
#5FC7EC (or 0x5FC7EC) is known color: Malibu. HEX triplet: 5F, C7 and EC. RGB value is (95,199,236). Sum of RGB (Red+Green+Blue) = 95+199+236=530 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.92% from 530); Green value is 199 (78.12% from 255 or 37.55% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #5FC7EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FC7EC is #A03813. Grayscale: #ABABAB. Windows color (decimal): -10500116 or 15517535. OLE color: 15517535.
HSL color Cylindrical-coordinate representation of color #5FC7EC: hue angle of 195.74º 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 #5FC7EC is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 199 | 236 | - |
| CMYK | 0.60 | 0.16 | 0 | 0.07 |
| HSL | 195.74º | 0.79% | 0.65% | - |
| HSV(B) | 195.74º | 0.6% | 0.93% | - |
| XYZ | 40.28 | 49.34 | 86.76 | - |
| YUV | 172.12 | 164.04 | 72.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 199 | 236 | 0.60 | 0.16 | 0 | 0.07 | 195.74 | 0.79 | 0.65 |
| Hex | 5F | C7 | EC | 3C | 10 | 0 | 7 | C4 | 4F | 41 |
| Octal | 137 | 307 | 354 | 74 | 20 | 0 | 7 | 304 | 117 | 101 |
| Binary | 1011111 | 11000111 | 11101100 | 111100 | 10000 | 0 | 111 | 11000100 | 1001111 | 1000001 |
Color Harmonies of #5FC7EC
Complementary color
Monochromatic Colors of #5FC7EC
Black with #5FC7EC
Text Example
Text Example
White with #5FC7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC7EC; }
p { color: rgb(95,199,236); }
H1.HeaderClassName
{
color: #5FC7EC;
}
.AnyTagClassName
{
color: #5FC7EC;
}
</style>
background-color css
<style>
a { background-color: #5FC7EC; }
a { background-color: rgb(95,199,236); }
div.DivClassName
{
background-color: #5FC7EC;
}
.BgClassName
{
background-color: #5FC7EC;
}
</style>
border-color css
<style>
span { border-color: #5FC7EC; }
span { border-color: rgb(95,199,236); }
td.TdClassName
{
border-color: #5FC7EC;
}
.TagClassName
{
border-color: #5FC7EC;
}
</style>