Shades of Baby Blue #4EEAFE
Tints of Baby Blue #4EEAFE
RGB
CMYK
RGB Variations
Color information
#4EEAFE (or 0x4EEAFE) is known color: Baby Blue. HEX triplet: 4E, EA and FE. RGB value is (78,234,254). Sum of RGB (Red+Green+Blue) = 78+234+254=566 (74% of max value = 765). Red value is 78 (30.86% from 255 or 13.78% from 566); Green value is 234 (91.80% from 255 or 41.34% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #4EEAFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EEAFE is #B11501. Grayscale: #BDBDBD. Windows color (decimal): -11605250 or 16706126. OLE color: 16706126.
HSL color Cylindrical-coordinate representation of color #4EEAFE: hue angle of 186.82º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EEAFE is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 78 | 234 | 254 | - |
| CMYK | 0.69 | 0.08 | 0 | 0.00 |
| HSL | 186.82º | 0.99% | 0.65% | - |
| HSV(B) | 186.82º | 0.69% | 1% | - |
| XYZ | 50.45 | 67.62 | 104.16 | - |
| YUV | 189.64 | 164.32 | 48.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 234 | 254 | 0.69 | 0.08 | 0 | 0.00 | 186.82 | 0.99 | 0.65 |
| Hex | 4E | EA | FE | 45 | 8 | 0 | 0 | BB | 63 | 41 |
| Octal | 116 | 352 | 376 | 105 | 10 | 0 | 0 | 273 | 143 | 101 |
| Binary | 1001110 | 11101010 | 11111110 | 1000101 | 1000 | 0 | 0 | 10111011 | 1100011 | 1000001 |
Color Harmonies of #4EEAFE
Complementary color
Monochromatic Colors of #4EEAFE
Black with #4EEAFE
Text Example
Text Example
White with #4EEAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEAFE; }
p { color: rgb(78,234,254); }
H1.HeaderClassName
{
color: #4EEAFE;
}
.AnyTagClassName
{
color: #4EEAFE;
}
</style>
background-color css
<style>
a { background-color: #4EEAFE; }
a { background-color: rgb(78,234,254); }
div.DivClassName
{
background-color: #4EEAFE;
}
.BgClassName
{
background-color: #4EEAFE;
}
</style>
border-color css
<style>
span { border-color: #4EEAFE; }
span { border-color: rgb(78,234,254); }
td.TdClassName
{
border-color: #4EEAFE;
}
.TagClassName
{
border-color: #4EEAFE;
}
</style>