Shades of Baby Blue #5FF5EC
Tints of Baby Blue #5FF5EC
RGB
CMYK
RGB Variations
Color information
#5FF5EC (or 0x5FF5EC) is known color: Baby Blue. HEX triplet: 5F, F5 and EC. RGB value is (95,245,236). Sum of RGB (Red+Green+Blue) = 95+245+236=576 (76% of max value = 765). Red value is 95 (37.5% from 255 or 16.49% from 576); Green value is 245 (96.09% from 255 or 42.53% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 245 - color contains mainly: green. Hex color #5FF5EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FF5EC is #A00A13. Grayscale: #C7C7C7. Windows color (decimal): -10488340 or 15529311. OLE color: 15529311.
HSL color Cylindrical-coordinate representation of color #5FF5EC: hue angle of 176.4º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FF5EC is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 95 | 245 | 236 | - |
| CMYK | 0.61 | 0 | 0.04 | 0.04 |
| HSL | 176.4º | 0.88% | 0.67% | - |
| HSV(B) | 176.4º | 0.61% | 0.96% | - |
| XYZ | 52.51 | 73.79 | 90.83 | - |
| YUV | 199.12 | 148.81 | 53.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 245 | 236 | 0.61 | 0 | 0.04 | 0.04 | 176.4 | 0.88 | 0.67 |
| Hex | 5F | F5 | EC | 3D | 0 | 4 | 4 | B0 | 58 | 43 |
| Octal | 137 | 365 | 354 | 75 | 0 | 4 | 4 | 260 | 130 | 103 |
| Binary | 1011111 | 11110101 | 11101100 | 111101 | 0 | 100 | 100 | 10110000 | 1011000 | 1000011 |
Color Harmonies of #5FF5EC
Complementary color
Monochromatic Colors of #5FF5EC
Black with #5FF5EC
Text Example
Text Example
White with #5FF5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF5EC; }
p { color: rgb(95,245,236); }
H1.HeaderClassName
{
color: #5FF5EC;
}
.AnyTagClassName
{
color: #5FF5EC;
}
</style>
background-color css
<style>
a { background-color: #5FF5EC; }
a { background-color: rgb(95,245,236); }
div.DivClassName
{
background-color: #5FF5EC;
}
.BgClassName
{
background-color: #5FF5EC;
}
</style>
border-color css
<style>
span { border-color: #5FF5EC; }
span { border-color: rgb(95,245,236); }
td.TdClassName
{
border-color: #5FF5EC;
}
.TagClassName
{
border-color: #5FF5EC;
}
</style>