Shades of Baby Blue #4EFAEC
Tints of Baby Blue #4EFAEC
RGB
CMYK
RGB Variations
Color information
#4EFAEC (or 0x4EFAEC) is known color: Baby Blue. HEX triplet: 4E, FA and EC. RGB value is (78,250,236). Sum of RGB (Red+Green+Blue) = 78+250+236=564 (74% of max value = 765). Red value is 78 (30.86% from 255 or 13.83% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 250 - color contains mainly: green. Hex color #4EFAEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EFAEC is #B10513. Grayscale: #C4C4C4. Windows color (decimal): -11601172 or 15530574. OLE color: 15530574.
HSL color Cylindrical-coordinate representation of color #4EFAEC: hue angle of 175.12º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFAEC is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 78 | 250 | 236 | - |
| CMYK | 0.69 | 0 | 0.06 | 0.02 |
| HSL | 175.12º | 0.95% | 0.64% | - |
| HSV(B) | 175.12º | 0.69% | 0.98% | - |
| XYZ | 52.47 | 76.05 | 91.27 | - |
| YUV | 196.98 | 150.02 | 43.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 250 | 236 | 0.69 | 0 | 0.06 | 0.02 | 175.12 | 0.95 | 0.64 |
| Hex | 4E | FA | EC | 45 | 0 | 6 | 2 | AF | 5F | 40 |
| Octal | 116 | 372 | 354 | 105 | 0 | 6 | 2 | 257 | 137 | 100 |
| Binary | 1001110 | 11111010 | 11101100 | 1000101 | 0 | 110 | 10 | 10101111 | 1011111 | 1000000 |
Color Harmonies of #4EFAEC
Complementary color
Monochromatic Colors of #4EFAEC
Black with #4EFAEC
Text Example
Text Example
White with #4EFAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFAEC; }
p { color: rgb(78,250,236); }
H1.HeaderClassName
{
color: #4EFAEC;
}
.AnyTagClassName
{
color: #4EFAEC;
}
</style>
background-color css
<style>
a { background-color: #4EFAEC; }
a { background-color: rgb(78,250,236); }
div.DivClassName
{
background-color: #4EFAEC;
}
.BgClassName
{
background-color: #4EFAEC;
}
</style>
border-color css
<style>
span { border-color: #4EFAEC; }
span { border-color: rgb(78,250,236); }
td.TdClassName
{
border-color: #4EFAEC;
}
.TagClassName
{
border-color: #4EFAEC;
}
</style>