Shades of Baby Blue #5CEDFE
Tints of Baby Blue #5CEDFE
RGB
CMYK
RGB Variations
Color information
#5CEDFE (or 0x5CEDFE) is known color: Baby Blue. HEX triplet: 5C, ED and FE. RGB value is (92,237,254). Sum of RGB (Red+Green+Blue) = 92+237+254=583 (77% of max value = 765). Red value is 92 (36.33% from 255 or 15.78% from 583); Green value is 237 (92.97% from 255 or 40.65% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #5CEDFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CEDFE is #A31201. Grayscale: #C3C3C3. Windows color (decimal): -10686978 or 16706908. OLE color: 16706908.
HSL color Cylindrical-coordinate representation of color #5CEDFE: hue angle of 186.3º 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 #5CEDFE is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 92 | 237 | 254 | - |
| CMYK | 0.64 | 0.07 | 0 | 0.00 |
| HSL | 186.3º | 0.99% | 0.68% | - |
| HSV(B) | 186.3º | 0.64% | 1% | - |
| XYZ | 52.59 | 70 | 104.51 | - |
| YUV | 195.58 | 160.96 | 54.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 237 | 254 | 0.64 | 0.07 | 0 | 0.00 | 186.3 | 0.99 | 0.68 |
| Hex | 5C | ED | FE | 40 | 7 | 0 | 0 | BA | 63 | 44 |
| Octal | 134 | 355 | 376 | 100 | 7 | 0 | 0 | 272 | 143 | 104 |
| Binary | 1011100 | 11101101 | 11111110 | 1000000 | 111 | 0 | 0 | 10111010 | 1100011 | 1000100 |
Color Harmonies of #5CEDFE
Complementary color
Monochromatic Colors of #5CEDFE
Black with #5CEDFE
Text Example
Text Example
White with #5CEDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEDFE; }
p { color: rgb(92,237,254); }
H1.HeaderClassName
{
color: #5CEDFE;
}
.AnyTagClassName
{
color: #5CEDFE;
}
</style>
background-color css
<style>
a { background-color: #5CEDFE; }
a { background-color: rgb(92,237,254); }
div.DivClassName
{
background-color: #5CEDFE;
}
.BgClassName
{
background-color: #5CEDFE;
}
</style>
border-color css
<style>
span { border-color: #5CEDFE; }
span { border-color: rgb(92,237,254); }
td.TdClassName
{
border-color: #5CEDFE;
}
.TagClassName
{
border-color: #5CEDFE;
}
</style>