Shades of Baby Blue #5EEBFE
Tints of Baby Blue #5EEBFE
RGB
CMYK
RGB Variations
Color information
#5EEBFE (or 0x5EEBFE) is known color: Baby Blue. HEX triplet: 5E, EB and FE. RGB value is (94,235,254). Sum of RGB (Red+Green+Blue) = 94+235+254=583 (77% of max value = 765). Red value is 94 (37.11% from 255 or 16.12% from 583); Green value is 235 (92.19% from 255 or 40.31% 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 #5EEBFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EEBFE is #A11401. Grayscale: #C2C2C2. Windows color (decimal): -10556418 or 16706398. OLE color: 16706398.
HSL color Cylindrical-coordinate representation of color #5EEBFE: hue angle of 187.12º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EEBFE is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 94 | 235 | 254 | - |
| CMYK | 0.63 | 0.07 | 0 | 0.00 |
| HSL | 187.13º | 0.99% | 0.68% | - |
| HSV(B) | 187.13º | 0.63% | 1% | - |
| XYZ | 52.21 | 68.95 | 104.32 | - |
| YUV | 195.01 | 161.29 | 55.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 235 | 254 | 0.63 | 0.07 | 0 | 0.00 | 187.13 | 0.99 | 0.68 |
| Hex | 5E | EB | FE | 3F | 7 | 0 | 0 | BB | 63 | 44 |
| Octal | 136 | 353 | 376 | 77 | 7 | 0 | 0 | 273 | 143 | 104 |
| Binary | 1011110 | 11101011 | 11111110 | 111111 | 111 | 0 | 0 | 10111011 | 1100011 | 1000100 |
Color Harmonies of #5EEBFE
Complementary color
Monochromatic Colors of #5EEBFE
Black with #5EEBFE
Text Example
Text Example
White with #5EEBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEBFE; }
p { color: rgb(94,235,254); }
H1.HeaderClassName
{
color: #5EEBFE;
}
.AnyTagClassName
{
color: #5EEBFE;
}
</style>
background-color css
<style>
a { background-color: #5EEBFE; }
a { background-color: rgb(94,235,254); }
div.DivClassName
{
background-color: #5EEBFE;
}
.BgClassName
{
background-color: #5EEBFE;
}
</style>
border-color css
<style>
span { border-color: #5EEBFE; }
span { border-color: rgb(94,235,254); }
td.TdClassName
{
border-color: #5EEBFE;
}
.TagClassName
{
border-color: #5EEBFE;
}
</style>