Shades of Baby Blue #5CECFC
Tints of Baby Blue #5CECFC
RGB
CMYK
RGB Variations
Color information
#5CECFC (or 0x5CECFC) is known color: Baby Blue. HEX triplet: 5C, EC and FC. RGB value is (92,236,252). Sum of RGB (Red+Green+Blue) = 92+236+252=580 (76% of max value = 765). Red value is 92 (36.33% from 255 or 15.86% from 580); Green value is 236 (92.58% from 255 or 40.69% from 580); Blue value is 252 (98.83% from 255 or 43.45% from 580); Max value from RGB is 252 - color contains mainly: blue. Hex color #5CECFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CECFC is #A31303. Grayscale: #C2C2C2. Windows color (decimal): -10687236 or 16575580. OLE color: 16575580.
HSL color Cylindrical-coordinate representation of color #5CECFC: hue angle of 186º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CECFC is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 236 | 252 | - |
| CMYK | 0.63 | 0.06 | 0 | 0.01 |
| HSL | 186º | 0.96% | 0.67% | - |
| HSV(B) | 186º | 0.63% | 0.99% | - |
| XYZ | 51.98 | 69.29 | 102.73 | - |
| YUV | 194.77 | 160.29 | 54.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 236 | 252 | 0.63 | 0.06 | 0 | 0.01 | 186 | 0.96 | 0.67 |
| Hex | 5C | EC | FC | 3F | 6 | 0 | 1 | BA | 60 | 43 |
| Octal | 134 | 354 | 374 | 77 | 6 | 0 | 1 | 272 | 140 | 103 |
| Binary | 1011100 | 11101100 | 11111100 | 111111 | 110 | 0 | 1 | 10111010 | 1100000 | 1000011 |
Color Harmonies of #5CECFC
Complementary color
Monochromatic Colors of #5CECFC
Black with #5CECFC
Text Example
Text Example
White with #5CECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CECFC; }
p { color: rgb(92,236,252); }
H1.HeaderClassName
{
color: #5CECFC;
}
.AnyTagClassName
{
color: #5CECFC;
}
</style>
background-color css
<style>
a { background-color: #5CECFC; }
a { background-color: rgb(92,236,252); }
div.DivClassName
{
background-color: #5CECFC;
}
.BgClassName
{
background-color: #5CECFC;
}
</style>
border-color css
<style>
span { border-color: #5CECFC; }
span { border-color: rgb(92,236,252); }
td.TdClassName
{
border-color: #5CECFC;
}
.TagClassName
{
border-color: #5CECFC;
}
</style>