Shades of Baby Blue #4EECFF
Tints of Baby Blue #4EECFF
RGB
CMYK
RGB Variations
Color information
#4EECFF (or 0x4EECFF) is known color: Baby Blue. HEX triplet: 4E, EC and FF. RGB value is (78,236,255). Sum of RGB (Red+Green+Blue) = 78+236+255=569 (75% of max value = 765). Red value is 78 (30.86% from 255 or 13.71% from 569); Green value is 236 (92.58% from 255 or 41.48% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #4EECFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EECFF is #B11300. Grayscale: #BEBEBE. Windows color (decimal): -11604737 or 16772174. OLE color: 16772174.
HSL color Cylindrical-coordinate representation of color #4EECFF: hue angle of 186.44º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EECFF is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 236 | 255 | - |
| CMYK | 0.69 | 0.07 | 0 | 0 |
| HSL | 186.44º | 1% | 0.65% | - |
| HSV(B) | 186.44º | 0.69% | 1% | - |
| XYZ | 51.19 | 68.83 | 105.2 | - |
| YUV | 190.92 | 164.15 | 47.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 236 | 255 | 0.69 | 0.07 | 0 | 0 | 186.44 | 1 | 0.65 |
| Hex | 4E | EC | FF | 45 | 7 | 0 | 0 | BA | 64 | 41 |
| Octal | 116 | 354 | 377 | 105 | 7 | 0 | 0 | 272 | 144 | 101 |
| Binary | 1001110 | 11101100 | 11111111 | 1000101 | 111 | 0 | 0 | 10111010 | 1100100 | 1000001 |
Color Harmonies of #4EECFF
Complementary color
Monochromatic Colors of #4EECFF
Black with #4EECFF
Text Example
Text Example
White with #4EECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EECFF; }
p { color: rgb(78,236,255); }
H1.HeaderClassName
{
color: #4EECFF;
}
.AnyTagClassName
{
color: #4EECFF;
}
</style>
background-color css
<style>
a { background-color: #4EECFF; }
a { background-color: rgb(78,236,255); }
div.DivClassName
{
background-color: #4EECFF;
}
.BgClassName
{
background-color: #4EECFF;
}
</style>
border-color css
<style>
span { border-color: #4EECFF; }
span { border-color: rgb(78,236,255); }
td.TdClassName
{
border-color: #4EECFF;
}
.TagClassName
{
border-color: #4EECFF;
}
</style>