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