Shades of Baby Blue #5CFCEB
Tints of Baby Blue #5CFCEB
RGB
CMYK
RGB Variations
Color information
#5CFCEB (or 0x5CFCEB) is known color: Baby Blue. HEX triplet: 5C, FC and EB. RGB value is (92,252,235). Sum of RGB (Red+Green+Blue) = 92+252+235=579 (76% of max value = 765). Red value is 92 (36.33% from 255 or 15.89% from 579); Green value is 252 (98.83% from 255 or 43.52% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 252 - color contains mainly: green. Hex color #5CFCEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CFCEB is #A30314. Grayscale: #CACACA. Windows color (decimal): -10683157 or 15465564. OLE color: 15465564.
HSL color Cylindrical-coordinate representation of color #5CFCEB: hue angle of 173.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 #5CFCEB is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 252 | 235 | - |
| CMYK | 0.63 | 0 | 0.07 | 0.01 |
| HSL | 173.63º | 0.96% | 0.67% | - |
| HSV(B) | 173.63º | 0.63% | 0.99% | - |
| XYZ | 54.22 | 77.89 | 90.77 | - |
| YUV | 202.22 | 146.49 | 49.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 252 | 235 | 0.63 | 0 | 0.07 | 0.01 | 173.63 | 0.96 | 0.67 |
| Hex | 5C | FC | EB | 3F | 0 | 7 | 1 | AE | 60 | 43 |
| Octal | 134 | 374 | 353 | 77 | 0 | 7 | 1 | 256 | 140 | 103 |
| Binary | 1011100 | 11111100 | 11101011 | 111111 | 0 | 111 | 1 | 10101110 | 1100000 | 1000011 |
Color Harmonies of #5CFCEB
Complementary color
Monochromatic Colors of #5CFCEB
Black with #5CFCEB
Text Example
Text Example
White with #5CFCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CFCEB; }
p { color: rgb(92,252,235); }
H1.HeaderClassName
{
color: #5CFCEB;
}
.AnyTagClassName
{
color: #5CFCEB;
}
</style>
background-color css
<style>
a { background-color: #5CFCEB; }
a { background-color: rgb(92,252,235); }
div.DivClassName
{
background-color: #5CFCEB;
}
.BgClassName
{
background-color: #5CFCEB;
}
</style>
border-color css
<style>
span { border-color: #5CFCEB; }
span { border-color: rgb(92,252,235); }
td.TdClassName
{
border-color: #5CFCEB;
}
.TagClassName
{
border-color: #5CFCEB;
}
</style>