Shades of Baby Blue #4EEEFF
Tints of Baby Blue #4EEEFF
RGB
CMYK
RGB Variations
Color information
#4EEEFF (or 0x4EEEFF) is known color: Baby Blue. HEX triplet: 4E, EE and FF. RGB value is (78,238,255). Sum of RGB (Red+Green+Blue) = 78+238+255=571 (75% of max value = 765). Red value is 78 (30.86% from 255 or 13.66% from 571); Green value is 238 (93.36% from 255 or 41.68% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #4EEEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EEEFF is #B11100. Grayscale: #BFBFBF. Windows color (decimal): -11604225 or 16772686. OLE color: 16772686.
HSL color Cylindrical-coordinate representation of color #4EEEFF: hue angle of 185.76º 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 #4EEEFF is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 238 | 255 | - |
| CMYK | 0.69 | 0.07 | 0 | 0 |
| HSL | 185.76º | 1% | 0.65% | - |
| HSV(B) | 185.76º | 0.69% | 1% | - |
| XYZ | 51.77 | 69.99 | 105.39 | - |
| YUV | 192.1 | 163.49 | 46.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 238 | 255 | 0.69 | 0.07 | 0 | 0 | 185.76 | 1 | 0.65 |
| Hex | 4E | EE | FF | 45 | 7 | 0 | 0 | BA | 64 | 41 |
| Octal | 116 | 356 | 377 | 105 | 7 | 0 | 0 | 272 | 144 | 101 |
| Binary | 1001110 | 11101110 | 11111111 | 1000101 | 111 | 0 | 0 | 10111010 | 1100100 | 1000001 |
Color Harmonies of #4EEEFF
Complementary color
Monochromatic Colors of #4EEEFF
Black with #4EEEFF
Text Example
Text Example
White with #4EEEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEEFF; }
p { color: rgb(78,238,255); }
H1.HeaderClassName
{
color: #4EEEFF;
}
.AnyTagClassName
{
color: #4EEEFF;
}
</style>
background-color css
<style>
a { background-color: #4EEEFF; }
a { background-color: rgb(78,238,255); }
div.DivClassName
{
background-color: #4EEEFF;
}
.BgClassName
{
background-color: #4EEEFF;
}
</style>
border-color css
<style>
span { border-color: #4EEEFF; }
span { border-color: rgb(78,238,255); }
td.TdClassName
{
border-color: #4EEEFF;
}
.TagClassName
{
border-color: #4EEEFF;
}
</style>