Shades of Baby Blue #5EE9FE
Tints of Baby Blue #5EE9FE
RGB
CMYK
RGB Variations
Color information
#5EE9FE (or 0x5EE9FE) is known color: Baby Blue. HEX triplet: 5E, E9 and FE. RGB value is (94,233,254). Sum of RGB (Red+Green+Blue) = 94+233+254=581 (76% of max value = 765). Red value is 94 (37.11% from 255 or 16.18% from 581); Green value is 233 (91.41% from 255 or 40.10% 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 #5EE9FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EE9FE is #A11601. Grayscale: #C1C1C1. Windows color (decimal): -10556930 or 16705886. OLE color: 16705886.
HSL color Cylindrical-coordinate representation of color #5EE9FE: hue angle of 187.88º 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 #5EE9FE is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 94 | 233 | 254 | - |
| CMYK | 0.63 | 0.08 | 0 | 0.00 |
| HSL | 187.88º | 0.99% | 0.68% | - |
| HSV(B) | 187.88º | 0.63% | 1% | - |
| XYZ | 51.64 | 67.81 | 104.13 | - |
| YUV | 193.83 | 161.95 | 56.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 233 | 254 | 0.63 | 0.08 | 0 | 0.00 | 187.88 | 0.99 | 0.68 |
| Hex | 5E | E9 | FE | 3F | 8 | 0 | 0 | BC | 63 | 44 |
| Octal | 136 | 351 | 376 | 77 | 10 | 0 | 0 | 274 | 143 | 104 |
| Binary | 1011110 | 11101001 | 11111110 | 111111 | 1000 | 0 | 0 | 10111100 | 1100011 | 1000100 |
Color Harmonies of #5EE9FE
Complementary color
Monochromatic Colors of #5EE9FE
Black with #5EE9FE
Text Example
Text Example
White with #5EE9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE9FE; }
p { color: rgb(94,233,254); }
H1.HeaderClassName
{
color: #5EE9FE;
}
.AnyTagClassName
{
color: #5EE9FE;
}
</style>
background-color css
<style>
a { background-color: #5EE9FE; }
a { background-color: rgb(94,233,254); }
div.DivClassName
{
background-color: #5EE9FE;
}
.BgClassName
{
background-color: #5EE9FE;
}
</style>
border-color css
<style>
span { border-color: #5EE9FE; }
span { border-color: rgb(94,233,254); }
td.TdClassName
{
border-color: #5EE9FE;
}
.TagClassName
{
border-color: #5EE9FE;
}
</style>