Shades of Baby Blue #5CEBFE
Tints of Baby Blue #5CEBFE
RGB
CMYK
RGB Variations
Color information
#5CEBFE (or 0x5CEBFE) is known color: Baby Blue. HEX triplet: 5C, EB and FE. RGB value is (92,235,254). Sum of RGB (Red+Green+Blue) = 92+235+254=581 (76% of max value = 765). Red value is 92 (36.33% from 255 or 15.83% from 581); Green value is 235 (92.19% from 255 or 40.45% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #5CEBFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CEBFE is #A31401. Grayscale: #C2C2C2. Windows color (decimal): -10687490 or 16706396. OLE color: 16706396.
HSL color Cylindrical-coordinate representation of color #5CEBFE: hue angle of 187.04º 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 #5CEBFE is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 92 | 235 | 254 | - |
| CMYK | 0.64 | 0.07 | 0 | 0.00 |
| HSL | 187.04º | 0.99% | 0.68% | - |
| HSV(B) | 187.04º | 0.64% | 1% | - |
| XYZ | 52.01 | 68.85 | 104.31 | - |
| YUV | 194.41 | 161.62 | 54.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 235 | 254 | 0.64 | 0.07 | 0 | 0.00 | 187.04 | 0.99 | 0.68 |
| Hex | 5C | EB | FE | 40 | 7 | 0 | 0 | BB | 63 | 44 |
| Octal | 134 | 353 | 376 | 100 | 7 | 0 | 0 | 273 | 143 | 104 |
| Binary | 1011100 | 11101011 | 11111110 | 1000000 | 111 | 0 | 0 | 10111011 | 1100011 | 1000100 |
Color Harmonies of #5CEBFE
Complementary color
Monochromatic Colors of #5CEBFE
Black with #5CEBFE
Text Example
Text Example
White with #5CEBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEBFE; }
p { color: rgb(92,235,254); }
H1.HeaderClassName
{
color: #5CEBFE;
}
.AnyTagClassName
{
color: #5CEBFE;
}
</style>
background-color css
<style>
a { background-color: #5CEBFE; }
a { background-color: rgb(92,235,254); }
div.DivClassName
{
background-color: #5CEBFE;
}
.BgClassName
{
background-color: #5CEBFE;
}
</style>
border-color css
<style>
span { border-color: #5CEBFE; }
span { border-color: rgb(92,235,254); }
td.TdClassName
{
border-color: #5CEBFE;
}
.TagClassName
{
border-color: #5CEBFE;
}
</style>