Shades of Baby Blue #5CECFD
Tints of Baby Blue #5CECFD
RGB
CMYK
RGB Variations
Color information
#5CECFD (or 0x5CECFD) is known color: Baby Blue. HEX triplet: 5C, EC and FD. RGB value is (92,236,253). Sum of RGB (Red+Green+Blue) = 92+236+253=581 (76% of max value = 765). Red value is 92 (36.33% from 255 or 15.83% from 581); Green value is 236 (92.58% from 255 or 40.62% from 581); Blue value is 253 (99.22% from 255 or 43.55% from 581); Max value from RGB is 253 - color contains mainly: blue. Hex color #5CECFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CECFD is #A31302. Grayscale: #C2C2C2. Windows color (decimal): -10687235 or 16641116. OLE color: 16641116.
HSL color Cylindrical-coordinate representation of color #5CECFD: hue angle of 186.34º 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 #5CECFD is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 236 | 253 | - |
| CMYK | 0.64 | 0.07 | 0 | 0.01 |
| HSL | 186.34º | 0.98% | 0.68% | - |
| HSV(B) | 186.34º | 0.64% | 0.99% | - |
| XYZ | 52.14 | 69.36 | 103.57 | - |
| YUV | 194.88 | 160.79 | 54.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 236 | 253 | 0.64 | 0.07 | 0 | 0.01 | 186.34 | 0.98 | 0.68 |
| Hex | 5C | EC | FD | 40 | 7 | 0 | 1 | BA | 62 | 44 |
| Octal | 134 | 354 | 375 | 100 | 7 | 0 | 1 | 272 | 142 | 104 |
| Binary | 1011100 | 11101100 | 11111101 | 1000000 | 111 | 0 | 1 | 10111010 | 1100010 | 1000100 |
Color Harmonies of #5CECFD
Complementary color
Monochromatic Colors of #5CECFD
Black with #5CECFD
Text Example
Text Example
White with #5CECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CECFD; }
p { color: rgb(92,236,253); }
H1.HeaderClassName
{
color: #5CECFD;
}
.AnyTagClassName
{
color: #5CECFD;
}
</style>
background-color css
<style>
a { background-color: #5CECFD; }
a { background-color: rgb(92,236,253); }
div.DivClassName
{
background-color: #5CECFD;
}
.BgClassName
{
background-color: #5CECFD;
}
</style>
border-color css
<style>
span { border-color: #5CECFD; }
span { border-color: rgb(92,236,253); }
td.TdClassName
{
border-color: #5CECFD;
}
.TagClassName
{
border-color: #5CECFD;
}
</style>