Shades of Baby Blue #5CFDE9
Tints of Baby Blue #5CFDE9
RGB
CMYK
RGB Variations
Color information
#5CFDE9 (or 0x5CFDE9) is known color: Baby Blue. HEX triplet: 5C, FD and E9. RGB value is (92,253,233). Sum of RGB (Red+Green+Blue) = 92+253+233=578 (76% of max value = 765). Red value is 92 (36.33% from 255 or 15.92% from 578); Green value is 253 (99.22% from 255 or 43.77% from 578); Blue value is 233 (91.41% from 255 or 40.31% from 578); Max value from RGB is 253 - color contains mainly: green. Hex color #5CFDE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CFDE9 is #A30216. Grayscale: #CACACA. Windows color (decimal): -10682903 or 15334748. OLE color: 15334748.
HSL color Cylindrical-coordinate representation of color #5CFDE9: hue angle of 172.55º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5CFDE9 is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 253 | 233 | - |
| CMYK | 0.64 | 0 | 0.08 | 0.01 |
| HSL | 172.55º | 0.98% | 0.68% | - |
| HSV(B) | 172.55º | 0.64% | 0.99% | - |
| XYZ | 54.25 | 78.41 | 89.37 | - |
| YUV | 202.58 | 145.16 | 49.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 253 | 233 | 0.64 | 0 | 0.08 | 0.01 | 172.55 | 0.98 | 0.68 |
| Hex | 5C | FD | E9 | 40 | 0 | 8 | 1 | AD | 62 | 44 |
| Octal | 134 | 375 | 351 | 100 | 0 | 10 | 1 | 255 | 142 | 104 |
| Binary | 1011100 | 11111101 | 11101001 | 1000000 | 0 | 1000 | 1 | 10101101 | 1100010 | 1000100 |
Color Harmonies of #5CFDE9
Complementary color
Monochromatic Colors of #5CFDE9
Black with #5CFDE9
Text Example
Text Example
White with #5CFDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CFDE9; }
p { color: rgb(92,253,233); }
H1.HeaderClassName
{
color: #5CFDE9;
}
.AnyTagClassName
{
color: #5CFDE9;
}
</style>
background-color css
<style>
a { background-color: #5CFDE9; }
a { background-color: rgb(92,253,233); }
div.DivClassName
{
background-color: #5CFDE9;
}
.BgClassName
{
background-color: #5CFDE9;
}
</style>
border-color css
<style>
span { border-color: #5CFDE9; }
span { border-color: rgb(92,253,233); }
td.TdClassName
{
border-color: #5CFDE9;
}
.TagClassName
{
border-color: #5CFDE9;
}
</style>