Shades of Baby Blue #5FF6EC
Tints of Baby Blue #5FF6EC
RGB
CMYK
RGB Variations
Color information
#5FF6EC (or 0x5FF6EC) is known color: Baby Blue. HEX triplet: 5F, F6 and EC. RGB value is (95,246,236). Sum of RGB (Red+Green+Blue) = 95+246+236=577 (76% of max value = 765). Red value is 95 (37.5% from 255 or 16.46% from 577); Green value is 246 (96.48% from 255 or 42.63% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 246 - color contains mainly: green. Hex color #5FF6EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FF6EC is #A00913. Grayscale: #C7C7C7. Windows color (decimal): -10488084 or 15529567. OLE color: 15529567.
HSL color Cylindrical-coordinate representation of color #5FF6EC: hue angle of 176.03º degrees, saturation: 0.89, 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 #5FF6EC is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 95 | 246 | 236 | - |
| CMYK | 0.61 | 0 | 0.04 | 0.04 |
| HSL | 176.03º | 0.89% | 0.67% | - |
| HSV(B) | 176.03º | 0.61% | 0.96% | - |
| XYZ | 52.82 | 74.4 | 90.93 | - |
| YUV | 199.71 | 148.47 | 53.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 246 | 236 | 0.61 | 0 | 0.04 | 0.04 | 176.03 | 0.89 | 0.67 |
| Hex | 5F | F6 | EC | 3D | 0 | 4 | 4 | B0 | 59 | 43 |
| Octal | 137 | 366 | 354 | 75 | 0 | 4 | 4 | 260 | 131 | 103 |
| Binary | 1011111 | 11110110 | 11101100 | 111101 | 0 | 100 | 100 | 10110000 | 1011001 | 1000011 |
Color Harmonies of #5FF6EC
Complementary color
Monochromatic Colors of #5FF6EC
Black with #5FF6EC
Text Example
Text Example
White with #5FF6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF6EC; }
p { color: rgb(95,246,236); }
H1.HeaderClassName
{
color: #5FF6EC;
}
.AnyTagClassName
{
color: #5FF6EC;
}
</style>
background-color css
<style>
a { background-color: #5FF6EC; }
a { background-color: rgb(95,246,236); }
div.DivClassName
{
background-color: #5FF6EC;
}
.BgClassName
{
background-color: #5FF6EC;
}
</style>
border-color css
<style>
span { border-color: #5FF6EC; }
span { border-color: rgb(95,246,236); }
td.TdClassName
{
border-color: #5FF6EC;
}
.TagClassName
{
border-color: #5FF6EC;
}
</style>