Shades of Baby Blue #5CF6EC
Tints of Baby Blue #5CF6EC
RGB
CMYK
RGB Variations
Color information
#5CF6EC (or 0x5CF6EC) is known color: Baby Blue. HEX triplet: 5C, F6 and EC. RGB value is (92,246,236). Sum of RGB (Red+Green+Blue) = 92+246+236=574 (76% of max value = 765). Red value is 92 (36.33% from 255 or 16.03% from 574); Green value is 246 (96.48% from 255 or 42.86% from 574); Blue value is 236 (92.58% from 255 or 41.11% from 574); Max value from RGB is 246 - color contains mainly: green. Hex color #5CF6EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CF6EC is #A30913. Grayscale: #C6C6C6. Windows color (decimal): -10684692 or 15529564. OLE color: 15529564.
HSL color Cylindrical-coordinate representation of color #5CF6EC: hue angle of 176.1º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CF6EC is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 92 | 246 | 236 | - |
| CMYK | 0.63 | 0 | 0.04 | 0.04 |
| HSL | 176.1º | 0.9% | 0.66% | - |
| HSV(B) | 176.1º | 0.63% | 0.96% | - |
| XYZ | 52.51 | 74.24 | 90.92 | - |
| YUV | 198.81 | 148.98 | 51.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 246 | 236 | 0.63 | 0 | 0.04 | 0.04 | 176.1 | 0.9 | 0.66 |
| Hex | 5C | F6 | EC | 3F | 0 | 4 | 4 | B0 | 5A | 42 |
| Octal | 134 | 366 | 354 | 77 | 0 | 4 | 4 | 260 | 132 | 102 |
| Binary | 1011100 | 11110110 | 11101100 | 111111 | 0 | 100 | 100 | 10110000 | 1011010 | 1000010 |
Color Harmonies of #5CF6EC
Complementary color
Monochromatic Colors of #5CF6EC
Black with #5CF6EC
Text Example
Text Example
White with #5CF6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF6EC; }
p { color: rgb(92,246,236); }
H1.HeaderClassName
{
color: #5CF6EC;
}
.AnyTagClassName
{
color: #5CF6EC;
}
</style>
background-color css
<style>
a { background-color: #5CF6EC; }
a { background-color: rgb(92,246,236); }
div.DivClassName
{
background-color: #5CF6EC;
}
.BgClassName
{
background-color: #5CF6EC;
}
</style>
border-color css
<style>
span { border-color: #5CF6EC; }
span { border-color: rgb(92,246,236); }
td.TdClassName
{
border-color: #5CF6EC;
}
.TagClassName
{
border-color: #5CF6EC;
}
</style>