Shades of Baby Blue #5CECFE
Tints of Baby Blue #5CECFE
RGB
CMYK
RGB Variations
Color information
#5CECFE (or 0x5CECFE) is known color: Baby Blue. HEX triplet: 5C, EC and FE. RGB value is (92,236,254). Sum of RGB (Red+Green+Blue) = 92+236+254=582 (77% of max value = 765). Red value is 92 (36.33% from 255 or 15.81% from 582); Green value is 236 (92.58% from 255 or 40.55% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #5CECFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CECFE is #A31301. Grayscale: #C2C2C2. Windows color (decimal): -10687234 or 16706652. OLE color: 16706652.
HSL color Cylindrical-coordinate representation of color #5CECFE: hue angle of 186.67º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5CECFE is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 92 | 236 | 254 | - |
| CMYK | 0.64 | 0.07 | 0 | 0.00 |
| HSL | 186.67º | 0.99% | 0.68% | - |
| HSV(B) | 186.67º | 0.64% | 1% | - |
| XYZ | 52.3 | 69.42 | 104.41 | - |
| YUV | 195 | 161.29 | 54.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 236 | 254 | 0.64 | 0.07 | 0 | 0.00 | 186.67 | 0.99 | 0.68 |
| Hex | 5C | EC | FE | 40 | 7 | 0 | 0 | BB | 63 | 44 |
| Octal | 134 | 354 | 376 | 100 | 7 | 0 | 0 | 273 | 143 | 104 |
| Binary | 1011100 | 11101100 | 11111110 | 1000000 | 111 | 0 | 0 | 10111011 | 1100011 | 1000100 |
Color Harmonies of #5CECFE
Complementary color
Monochromatic Colors of #5CECFE
Black with #5CECFE
Text Example
Text Example
White with #5CECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CECFE; }
p { color: rgb(92,236,254); }
H1.HeaderClassName
{
color: #5CECFE;
}
.AnyTagClassName
{
color: #5CECFE;
}
</style>
background-color css
<style>
a { background-color: #5CECFE; }
a { background-color: rgb(92,236,254); }
div.DivClassName
{
background-color: #5CECFE;
}
.BgClassName
{
background-color: #5CECFE;
}
</style>
border-color css
<style>
span { border-color: #5CECFE; }
span { border-color: rgb(92,236,254); }
td.TdClassName
{
border-color: #5CECFE;
}
.TagClassName
{
border-color: #5CECFE;
}
</style>