Shades of Baby Blue #5CEAFD
Tints of Baby Blue #5CEAFD
RGB
CMYK
RGB Variations
Color information
#5CEAFD (or 0x5CEAFD) is known color: Baby Blue. HEX triplet: 5C, EA and FD. RGB value is (92,234,253). Sum of RGB (Red+Green+Blue) = 92+234+253=579 (76% of max value = 765). Red value is 92 (36.33% from 255 or 15.89% from 579); Green value is 234 (91.80% from 255 or 40.41% from 579); Blue value is 253 (99.22% from 255 or 43.70% from 579); Max value from RGB is 253 - color contains mainly: blue. Hex color #5CEAFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CEAFD is #A31502. Grayscale: #C1C1C1. Windows color (decimal): -10687747 or 16640604. OLE color: 16640604.
HSL color Cylindrical-coordinate representation of color #5CEAFD: hue angle of 187.08º 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 #5CEAFD is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 234 | 253 | - |
| CMYK | 0.64 | 0.08 | 0 | 0.01 |
| HSL | 187.08º | 0.98% | 0.68% | - |
| HSV(B) | 187.08º | 0.64% | 0.99% | - |
| XYZ | 51.57 | 68.21 | 103.38 | - |
| YUV | 193.71 | 161.46 | 55.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 234 | 253 | 0.64 | 0.08 | 0 | 0.01 | 187.08 | 0.98 | 0.68 |
| Hex | 5C | EA | FD | 40 | 8 | 0 | 1 | BB | 62 | 44 |
| Octal | 134 | 352 | 375 | 100 | 10 | 0 | 1 | 273 | 142 | 104 |
| Binary | 1011100 | 11101010 | 11111101 | 1000000 | 1000 | 0 | 1 | 10111011 | 1100010 | 1000100 |
Color Harmonies of #5CEAFD
Complementary color
Monochromatic Colors of #5CEAFD
Black with #5CEAFD
Text Example
Text Example
White with #5CEAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEAFD; }
p { color: rgb(92,234,253); }
H1.HeaderClassName
{
color: #5CEAFD;
}
.AnyTagClassName
{
color: #5CEAFD;
}
</style>
background-color css
<style>
a { background-color: #5CEAFD; }
a { background-color: rgb(92,234,253); }
div.DivClassName
{
background-color: #5CEAFD;
}
.BgClassName
{
background-color: #5CEAFD;
}
</style>
border-color css
<style>
span { border-color: #5CEAFD; }
span { border-color: rgb(92,234,253); }
td.TdClassName
{
border-color: #5CEAFD;
}
.TagClassName
{
border-color: #5CEAFD;
}
</style>