Shades of Baby Blue #5FFFEC
Tints of Baby Blue #5FFFEC
RGB
CMYK
RGB Variations
Color information
#5FFFEC (or 0x5FFFEC) is known color: Baby Blue. HEX triplet: 5F, FF and EC. RGB value is (95,255,236). Sum of RGB (Red+Green+Blue) = 95+255+236=586 (77% of max value = 765). Red value is 95 (37.5% from 255 or 16.21% from 586); Green value is 255 (100% from 255 or 43.52% from 586); Blue value is 236 (92.58% from 255 or 40.27% from 586); Max value from RGB is 255 - color contains mainly: green. Hex color #5FFFEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFFEC is #A00013. Grayscale: #CCCCCC. Windows color (decimal): -10485780 or 15531871. OLE color: 15531871.
HSL color Cylindrical-coordinate representation of color #5FFFEC: hue angle of 172.88º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FFFEC is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 255 | 236 | - |
| CMYK | 0.63 | 0 | 0.07 | 0 |
| HSL | 172.88º | 1% | 0.69% | - |
| HSV(B) | 172.88º | 0.63% | 1% | - |
| XYZ | 55.62 | 80.01 | 91.87 | - |
| YUV | 204.99 | 145.49 | 49.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 255 | 236 | 0.63 | 0 | 0.07 | 0 | 172.88 | 1 | 0.69 |
| Hex | 5F | FF | EC | 3F | 0 | 7 | 0 | AD | 64 | 45 |
| Octal | 137 | 377 | 354 | 77 | 0 | 7 | 0 | 255 | 144 | 105 |
| Binary | 1011111 | 11111111 | 11101100 | 111111 | 0 | 111 | 0 | 10101101 | 1100100 | 1000101 |
Color Harmonies of #5FFFEC
Complementary color
Monochromatic Colors of #5FFFEC
Black with #5FFFEC
Text Example
Text Example
White with #5FFFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFFEC; }
p { color: rgb(95,255,236); }
H1.HeaderClassName
{
color: #5FFFEC;
}
.AnyTagClassName
{
color: #5FFFEC;
}
</style>
background-color css
<style>
a { background-color: #5FFFEC; }
a { background-color: rgb(95,255,236); }
div.DivClassName
{
background-color: #5FFFEC;
}
.BgClassName
{
background-color: #5FFFEC;
}
</style>
border-color css
<style>
span { border-color: #5FFFEC; }
span { border-color: rgb(95,255,236); }
td.TdClassName
{
border-color: #5FFFEC;
}
.TagClassName
{
border-color: #5FFFEC;
}
</style>