Shades of Baby Blue #5CFFE5
Tints of Baby Blue #5CFFE5
RGB
CMYK
RGB Variations
Color information
#5CFFE5 (or 0x5CFFE5) is known color: Baby Blue. HEX triplet: 5C, FF and E5. RGB value is (92,255,229). Sum of RGB (Red+Green+Blue) = 92+255+229=576 (76% of max value = 765). Red value is 92 (36.33% from 255 or 15.97% from 576); Green value is 255 (100% from 255 or 44.27% from 576); Blue value is 229 (89.84% from 255 or 39.76% from 576); Max value from RGB is 255 - color contains mainly: green. Hex color #5CFFE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CFFE5 is #A3001A. Grayscale: #CBCBCB. Windows color (decimal): -10682395 or 15073116. OLE color: 15073116.
HSL color Cylindrical-coordinate representation of color #5CFFE5: hue angle of 170.43º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5CFFE5 is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 92 | 255 | 229 | - |
| CMYK | 0.64 | 0 | 0.10 | 0 |
| HSL | 170.43º | 1% | 0.68% | - |
| HSV(B) | 170.43º | 0.64% | 1% | - |
| XYZ | 54.32 | 79.45 | 86.6 | - |
| YUV | 203.3 | 142.5 | 48.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 255 | 229 | 0.64 | 0 | 0.10 | 0 | 170.43 | 1 | 0.68 |
| Hex | 5C | FF | E5 | 40 | 0 | A | 0 | AA | 64 | 44 |
| Octal | 134 | 377 | 345 | 100 | 0 | 12 | 0 | 252 | 144 | 104 |
| Binary | 1011100 | 11111111 | 11100101 | 1000000 | 0 | 1010 | 0 | 10101010 | 1100100 | 1000100 |
Color Harmonies of #5CFFE5
Complementary color
Monochromatic Colors of #5CFFE5
Black with #5CFFE5
Text Example
Text Example
White with #5CFFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CFFE5; }
p { color: rgb(92,255,229); }
H1.HeaderClassName
{
color: #5CFFE5;
}
.AnyTagClassName
{
color: #5CFFE5;
}
</style>
background-color css
<style>
a { background-color: #5CFFE5; }
a { background-color: rgb(92,255,229); }
div.DivClassName
{
background-color: #5CFFE5;
}
.BgClassName
{
background-color: #5CFFE5;
}
</style>
border-color css
<style>
span { border-color: #5CFFE5; }
span { border-color: rgb(92,255,229); }
td.TdClassName
{
border-color: #5CFFE5;
}
.TagClassName
{
border-color: #5CFFE5;
}
</style>