Shades of Baby Blue #5EEBFC
Tints of Baby Blue #5EEBFC
RGB
CMYK
RGB Variations
Color information
#5EEBFC (or 0x5EEBFC) is known color: Baby Blue. HEX triplet: 5E, EB and FC. RGB value is (94,235,252). Sum of RGB (Red+Green+Blue) = 94+235+252=581 (76% of max value = 765). Red value is 94 (37.11% from 255 or 16.18% from 581); Green value is 235 (92.19% from 255 or 40.45% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #5EEBFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EEBFC is #A11403. Grayscale: #C2C2C2. Windows color (decimal): -10556420 or 16575326. OLE color: 16575326.
HSL color Cylindrical-coordinate representation of color #5EEBFC: hue angle of 186.46º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EEBFC is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 235 | 252 | - |
| CMYK | 0.63 | 0.07 | 0 | 0.01 |
| HSL | 186.46º | 0.96% | 0.68% | - |
| HSV(B) | 186.46º | 0.63% | 0.99% | - |
| XYZ | 51.9 | 68.82 | 102.64 | - |
| YUV | 194.78 | 160.29 | 56.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 235 | 252 | 0.63 | 0.07 | 0 | 0.01 | 186.46 | 0.96 | 0.68 |
| Hex | 5E | EB | FC | 3F | 7 | 0 | 1 | BA | 60 | 44 |
| Octal | 136 | 353 | 374 | 77 | 7 | 0 | 1 | 272 | 140 | 104 |
| Binary | 1011110 | 11101011 | 11111100 | 111111 | 111 | 0 | 1 | 10111010 | 1100000 | 1000100 |
Color Harmonies of #5EEBFC
Complementary color
Monochromatic Colors of #5EEBFC
Black with #5EEBFC
Text Example
Text Example
White with #5EEBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEBFC; }
p { color: rgb(94,235,252); }
H1.HeaderClassName
{
color: #5EEBFC;
}
.AnyTagClassName
{
color: #5EEBFC;
}
</style>
background-color css
<style>
a { background-color: #5EEBFC; }
a { background-color: rgb(94,235,252); }
div.DivClassName
{
background-color: #5EEBFC;
}
.BgClassName
{
background-color: #5EEBFC;
}
</style>
border-color css
<style>
span { border-color: #5EEBFC; }
span { border-color: rgb(94,235,252); }
td.TdClassName
{
border-color: #5EEBFC;
}
.TagClassName
{
border-color: #5EEBFC;
}
</style>