Shades of Baby Blue #4EFCEC
Tints of Baby Blue #4EFCEC
RGB
CMYK
RGB Variations
Color information
#4EFCEC (or 0x4EFCEC) is known color: Baby Blue. HEX triplet: 4E, FC and EC. RGB value is (78,252,236). Sum of RGB (Red+Green+Blue) = 78+252+236=566 (74% of max value = 765). Red value is 78 (30.86% from 255 or 13.78% from 566); Green value is 252 (98.83% from 255 or 44.52% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 252 - color contains mainly: green. Hex color #4EFCEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EFCEC is #B10313. Grayscale: #C6C6C6. Windows color (decimal): -11600660 or 15531086. OLE color: 15531086.
HSL color Cylindrical-coordinate representation of color #4EFCEC: hue angle of 174.48º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFCEC is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 252 | 236 | - |
| CMYK | 0.69 | 0 | 0.06 | 0.01 |
| HSL | 174.48º | 0.97% | 0.65% | - |
| HSV(B) | 174.48º | 0.69% | 0.99% | - |
| XYZ | 53.09 | 77.3 | 91.48 | - |
| YUV | 198.15 | 149.35 | 42.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 252 | 236 | 0.69 | 0 | 0.06 | 0.01 | 174.48 | 0.97 | 0.65 |
| Hex | 4E | FC | EC | 45 | 0 | 6 | 1 | AE | 61 | 41 |
| Octal | 116 | 374 | 354 | 105 | 0 | 6 | 1 | 256 | 141 | 101 |
| Binary | 1001110 | 11111100 | 11101100 | 1000101 | 0 | 110 | 1 | 10101110 | 1100001 | 1000001 |
Color Harmonies of #4EFCEC
Complementary color
Monochromatic Colors of #4EFCEC
Black with #4EFCEC
Text Example
Text Example
White with #4EFCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFCEC; }
p { color: rgb(78,252,236); }
H1.HeaderClassName
{
color: #4EFCEC;
}
.AnyTagClassName
{
color: #4EFCEC;
}
</style>
background-color css
<style>
a { background-color: #4EFCEC; }
a { background-color: rgb(78,252,236); }
div.DivClassName
{
background-color: #4EFCEC;
}
.BgClassName
{
background-color: #4EFCEC;
}
</style>
border-color css
<style>
span { border-color: #4EFCEC; }
span { border-color: rgb(78,252,236); }
td.TdClassName
{
border-color: #4EFCEC;
}
.TagClassName
{
border-color: #4EFCEC;
}
</style>