Shades of Baby Blue #4EFEEB
Tints of Baby Blue #4EFEEB
RGB
CMYK
RGB Variations
Color information
#4EFEEB (or 0x4EFEEB) is known color: Baby Blue. HEX triplet: 4E, FE and EB. RGB value is (78,254,235). Sum of RGB (Red+Green+Blue) = 78+254+235=567 (75% of max value = 765). Red value is 78 (30.86% from 255 or 13.76% from 567); Green value is 254 (99.61% from 255 or 44.80% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 254 - color contains mainly: green. Hex color #4EFEEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EFEEB is #B10114. Grayscale: #C7C7C7. Windows color (decimal): -11600149 or 15466062. OLE color: 15466062.
HSL color Cylindrical-coordinate representation of color #4EFEEB: hue angle of 173.52º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFEEB is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 78 | 254 | 235 | - |
| CMYK | 0.69 | 0 | 0.07 | 0.00 |
| HSL | 173.52º | 0.99% | 0.65% | - |
| HSV(B) | 173.52º | 0.69% | 1% | - |
| XYZ | 53.58 | 78.5 | 90.93 | - |
| YUV | 199.21 | 148.19 | 41.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 254 | 235 | 0.69 | 0 | 0.07 | 0.00 | 173.52 | 0.99 | 0.65 |
| Hex | 4E | FE | EB | 45 | 0 | 7 | 0 | AE | 63 | 41 |
| Octal | 116 | 376 | 353 | 105 | 0 | 7 | 0 | 256 | 143 | 101 |
| Binary | 1001110 | 11111110 | 11101011 | 1000101 | 0 | 111 | 0 | 10101110 | 1100011 | 1000001 |
Color Harmonies of #4EFEEB
Complementary color
Monochromatic Colors of #4EFEEB
Black with #4EFEEB
Text Example
Text Example
White with #4EFEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFEEB; }
p { color: rgb(78,254,235); }
H1.HeaderClassName
{
color: #4EFEEB;
}
.AnyTagClassName
{
color: #4EFEEB;
}
</style>
background-color css
<style>
a { background-color: #4EFEEB; }
a { background-color: rgb(78,254,235); }
div.DivClassName
{
background-color: #4EFEEB;
}
.BgClassName
{
background-color: #4EFEEB;
}
</style>
border-color css
<style>
span { border-color: #4EFEEB; }
span { border-color: rgb(78,254,235); }
td.TdClassName
{
border-color: #4EFEEB;
}
.TagClassName
{
border-color: #4EFEEB;
}
</style>