Shades of Baby Blue #5CEDFC
Tints of Baby Blue #5CEDFC
RGB
CMYK
RGB Variations
Color information
#5CEDFC (or 0x5CEDFC) is known color: Baby Blue. HEX triplet: 5C, ED and FC. RGB value is (92,237,252). Sum of RGB (Red+Green+Blue) = 92+237+252=581 (76% of max value = 765). Red value is 92 (36.33% from 255 or 15.83% from 581); Green value is 237 (92.97% from 255 or 40.79% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #5CEDFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CEDFC is #A31203. Grayscale: #C3C3C3. Windows color (decimal): -10686980 or 16575836. OLE color: 16575836.
HSL color Cylindrical-coordinate representation of color #5CEDFC: hue angle of 185.62º 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 #5CEDFC is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 237 | 252 | - |
| CMYK | 0.63 | 0.06 | 0 | 0.01 |
| HSL | 185.63º | 0.96% | 0.67% | - |
| HSV(B) | 185.63º | 0.63% | 0.99% | - |
| XYZ | 52.27 | 69.87 | 102.83 | - |
| YUV | 195.36 | 159.96 | 54.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 237 | 252 | 0.63 | 0.06 | 0 | 0.01 | 185.63 | 0.96 | 0.67 |
| Hex | 5C | ED | FC | 3F | 6 | 0 | 1 | BA | 60 | 43 |
| Octal | 134 | 355 | 374 | 77 | 6 | 0 | 1 | 272 | 140 | 103 |
| Binary | 1011100 | 11101101 | 11111100 | 111111 | 110 | 0 | 1 | 10111010 | 1100000 | 1000011 |
Color Harmonies of #5CEDFC
Complementary color
Monochromatic Colors of #5CEDFC
Black with #5CEDFC
Text Example
Text Example
White with #5CEDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEDFC; }
p { color: rgb(92,237,252); }
H1.HeaderClassName
{
color: #5CEDFC;
}
.AnyTagClassName
{
color: #5CEDFC;
}
</style>
background-color css
<style>
a { background-color: #5CEDFC; }
a { background-color: rgb(92,237,252); }
div.DivClassName
{
background-color: #5CEDFC;
}
.BgClassName
{
background-color: #5CEDFC;
}
</style>
border-color css
<style>
span { border-color: #5CEDFC; }
span { border-color: rgb(92,237,252); }
td.TdClassName
{
border-color: #5CEDFC;
}
.TagClassName
{
border-color: #5CEDFC;
}
</style>