Shades of Baby Blue #5CF5EC
Tints of Baby Blue #5CF5EC
RGB
CMYK
RGB Variations
Color information
#5CF5EC (or 0x5CF5EC) is known color: Baby Blue. HEX triplet: 5C, F5 and EC. RGB value is (92,245,236). Sum of RGB (Red+Green+Blue) = 92+245+236=573 (75% of max value = 765). Red value is 92 (36.33% from 255 or 16.06% from 573); Green value is 245 (96.09% from 255 or 42.76% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 245 - color contains mainly: green. Hex color #5CF5EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CF5EC is #A30A13. Grayscale: #C6C6C6. Windows color (decimal): -10684948 or 15529308. OLE color: 15529308.
HSL color Cylindrical-coordinate representation of color #5CF5EC: hue angle of 176.47º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CF5EC is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 92 | 245 | 236 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.04 |
| HSL | 176.47º | 0.88% | 0.66% | - |
| HSV(B) | 176.47º | 0.62% | 0.96% | - |
| XYZ | 52.21 | 73.64 | 90.82 | - |
| YUV | 198.23 | 149.31 | 52.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 245 | 236 | 0.62 | 0 | 0.04 | 0.04 | 176.47 | 0.88 | 0.66 |
| Hex | 5C | F5 | EC | 3E | 0 | 4 | 4 | B0 | 58 | 42 |
| Octal | 134 | 365 | 354 | 76 | 0 | 4 | 4 | 260 | 130 | 102 |
| Binary | 1011100 | 11110101 | 11101100 | 111110 | 0 | 100 | 100 | 10110000 | 1011000 | 1000010 |
Color Harmonies of #5CF5EC
Complementary color
Monochromatic Colors of #5CF5EC
Black with #5CF5EC
Text Example
Text Example
White with #5CF5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF5EC; }
p { color: rgb(92,245,236); }
H1.HeaderClassName
{
color: #5CF5EC;
}
.AnyTagClassName
{
color: #5CF5EC;
}
</style>
background-color css
<style>
a { background-color: #5CF5EC; }
a { background-color: rgb(92,245,236); }
div.DivClassName
{
background-color: #5CF5EC;
}
.BgClassName
{
background-color: #5CF5EC;
}
</style>
border-color css
<style>
span { border-color: #5CF5EC; }
span { border-color: rgb(92,245,236); }
td.TdClassName
{
border-color: #5CF5EC;
}
.TagClassName
{
border-color: #5CF5EC;
}
</style>