Shades of Baby Blue #5EECFF
Tints of Baby Blue #5EECFF
RGB
CMYK
RGB Variations
Color information
#5EECFF (or 0x5EECFF) is known color: Baby Blue. HEX triplet: 5E, EC and FF. RGB value is (94,236,255). Sum of RGB (Red+Green+Blue) = 94+236+255=585 (77% of max value = 765). Red value is 94 (37.11% from 255 or 16.07% from 585); Green value is 236 (92.58% from 255 or 40.34% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #5EECFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EECFF is #A11300. Grayscale: #C3C3C3. Windows color (decimal): -10556161 or 16772190. OLE color: 16772190.
HSL color Cylindrical-coordinate representation of color #5EECFF: hue angle of 187.08º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EECFF is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 94 | 236 | 255 | - |
| CMYK | 0.63 | 0.07 | 0 | 0 |
| HSL | 187.08º | 1% | 0.68% | - |
| HSV(B) | 187.08º | 0.63% | 1% | - |
| XYZ | 52.66 | 69.59 | 105.26 | - |
| YUV | 195.71 | 161.46 | 55.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 236 | 255 | 0.63 | 0.07 | 0 | 0 | 187.08 | 1 | 0.68 |
| Hex | 5E | EC | FF | 3F | 7 | 0 | 0 | BB | 64 | 44 |
| Octal | 136 | 354 | 377 | 77 | 7 | 0 | 0 | 273 | 144 | 104 |
| Binary | 1011110 | 11101100 | 11111111 | 111111 | 111 | 0 | 0 | 10111011 | 1100100 | 1000100 |
Color Harmonies of #5EECFF
Complementary color
Monochromatic Colors of #5EECFF
Black with #5EECFF
Text Example
Text Example
White with #5EECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EECFF; }
p { color: rgb(94,236,255); }
H1.HeaderClassName
{
color: #5EECFF;
}
.AnyTagClassName
{
color: #5EECFF;
}
</style>
background-color css
<style>
a { background-color: #5EECFF; }
a { background-color: rgb(94,236,255); }
div.DivClassName
{
background-color: #5EECFF;
}
.BgClassName
{
background-color: #5EECFF;
}
</style>
border-color css
<style>
span { border-color: #5EECFF; }
span { border-color: rgb(94,236,255); }
td.TdClassName
{
border-color: #5EECFF;
}
.TagClassName
{
border-color: #5EECFF;
}
</style>