Shades of Baby Blue #5EEAFE
Tints of Baby Blue #5EEAFE
RGB
CMYK
RGB Variations
Color information
#5EEAFE (or 0x5EEAFE) is known color: Baby Blue. HEX triplet: 5E, EA and FE. RGB value is (94,234,254). Sum of RGB (Red+Green+Blue) = 94+234+254=582 (77% of max value = 765). Red value is 94 (37.11% from 255 or 16.15% from 582); Green value is 234 (91.80% from 255 or 40.21% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #5EEAFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EEAFE is #A11501. Grayscale: #C2C2C2. Windows color (decimal): -10556674 or 16706142. OLE color: 16706142.
HSL color Cylindrical-coordinate representation of color #5EEAFE: hue angle of 187.5º 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 #5EEAFE is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 94 | 234 | 254 | - |
| CMYK | 0.63 | 0.08 | 0 | 0.00 |
| HSL | 187.5º | 0.99% | 0.68% | - |
| HSV(B) | 187.5º | 0.63% | 1% | - |
| XYZ | 51.93 | 68.38 | 104.23 | - |
| YUV | 194.42 | 161.62 | 56.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 234 | 254 | 0.63 | 0.08 | 0 | 0.00 | 187.5 | 0.99 | 0.68 |
| Hex | 5E | EA | FE | 3F | 8 | 0 | 0 | BC | 63 | 44 |
| Octal | 136 | 352 | 376 | 77 | 10 | 0 | 0 | 274 | 143 | 104 |
| Binary | 1011110 | 11101010 | 11111110 | 111111 | 1000 | 0 | 0 | 10111100 | 1100011 | 1000100 |
Color Harmonies of #5EEAFE
Complementary color
Monochromatic Colors of #5EEAFE
Black with #5EEAFE
Text Example
Text Example
White with #5EEAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEAFE; }
p { color: rgb(94,234,254); }
H1.HeaderClassName
{
color: #5EEAFE;
}
.AnyTagClassName
{
color: #5EEAFE;
}
</style>
background-color css
<style>
a { background-color: #5EEAFE; }
a { background-color: rgb(94,234,254); }
div.DivClassName
{
background-color: #5EEAFE;
}
.BgClassName
{
background-color: #5EEAFE;
}
</style>
border-color css
<style>
span { border-color: #5EEAFE; }
span { border-color: rgb(94,234,254); }
td.TdClassName
{
border-color: #5EEAFE;
}
.TagClassName
{
border-color: #5EEAFE;
}
</style>