Shades of Malibu #5FBFEC
Tints of Malibu #5FBFEC
RGB
CMYK
RGB Variations
Color information
#5FBFEC (or 0x5FBFEC) is known color: Malibu. HEX triplet: 5F, BF and EC. RGB value is (95,191,236). Sum of RGB (Red+Green+Blue) = 95+191+236=522 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.20% from 522); Green value is 191 (75% from 255 or 36.59% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #5FBFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FBFEC is #A04013. Grayscale: #A7A7A7. Windows color (decimal): -10502164 or 15515487. OLE color: 15515487.
HSL color Cylindrical-coordinate representation of color #5FBFEC: hue angle of 199.15º 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 #5FBFEC is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 191 | 236 | - |
| CMYK | 0.60 | 0.19 | 0 | 0.07 |
| HSL | 199.15º | 0.79% | 0.65% | - |
| HSV(B) | 199.15º | 0.6% | 0.93% | - |
| XYZ | 38.49 | 45.75 | 86.16 | - |
| YUV | 167.43 | 166.7 | 76.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 191 | 236 | 0.60 | 0.19 | 0 | 0.07 | 199.15 | 0.79 | 0.65 |
| Hex | 5F | BF | EC | 3C | 13 | 0 | 7 | C7 | 4F | 41 |
| Octal | 137 | 277 | 354 | 74 | 23 | 0 | 7 | 307 | 117 | 101 |
| Binary | 1011111 | 10111111 | 11101100 | 111100 | 10011 | 0 | 111 | 11000111 | 1001111 | 1000001 |
Color Harmonies of #5FBFEC
Complementary color
Monochromatic Colors of #5FBFEC
Black with #5FBFEC
Text Example
Text Example
White with #5FBFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBFEC; }
p { color: rgb(95,191,236); }
H1.HeaderClassName
{
color: #5FBFEC;
}
.AnyTagClassName
{
color: #5FBFEC;
}
</style>
background-color css
<style>
a { background-color: #5FBFEC; }
a { background-color: rgb(95,191,236); }
div.DivClassName
{
background-color: #5FBFEC;
}
.BgClassName
{
background-color: #5FBFEC;
}
</style>
border-color css
<style>
span { border-color: #5FBFEC; }
span { border-color: rgb(95,191,236); }
td.TdClassName
{
border-color: #5FBFEC;
}
.TagClassName
{
border-color: #5FBFEC;
}
</style>