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