Shades of Baby Blue #4EFEEF
Tints of Baby Blue #4EFEEF
RGB
CMYK
RGB Variations
Color information
#4EFEEF (or 0x4EFEEF) is known color: Baby Blue. HEX triplet: 4E, FE and EF. RGB value is (78,254,239). Sum of RGB (Red+Green+Blue) = 78+254+239=571 (75% of max value = 765). Red value is 78 (30.86% from 255 or 13.66% from 571); Green value is 254 (99.61% from 255 or 44.48% from 571); Blue value is 239 (93.75% from 255 or 41.86% from 571); Max value from RGB is 254 - color contains mainly: green. Hex color #4EFEEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EFEEF is #B10110. Grayscale: #C7C7C7. Windows color (decimal): -11600145 or 15728206. OLE color: 15728206.
HSL color Cylindrical-coordinate representation of color #4EFEEF: hue angle of 174.89º 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 #4EFEEF is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 78 | 254 | 239 | - |
| CMYK | 0.69 | 0 | 0.06 | 0.00 |
| HSL | 174.89º | 0.99% | 0.65% | - |
| HSV(B) | 174.89º | 0.69% | 1% | - |
| XYZ | 54.16 | 78.74 | 94 | - |
| YUV | 199.67 | 150.19 | 41.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 254 | 239 | 0.69 | 0 | 0.06 | 0.00 | 174.89 | 0.99 | 0.65 |
| Hex | 4E | FE | EF | 45 | 0 | 6 | 0 | AF | 63 | 41 |
| Octal | 116 | 376 | 357 | 105 | 0 | 6 | 0 | 257 | 143 | 101 |
| Binary | 1001110 | 11111110 | 11101111 | 1000101 | 0 | 110 | 0 | 10101111 | 1100011 | 1000001 |
Color Harmonies of #4EFEEF
Complementary color
Monochromatic Colors of #4EFEEF
Black with #4EFEEF
Text Example
Text Example
White with #4EFEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFEEF; }
p { color: rgb(78,254,239); }
H1.HeaderClassName
{
color: #4EFEEF;
}
.AnyTagClassName
{
color: #4EFEEF;
}
</style>
background-color css
<style>
a { background-color: #4EFEEF; }
a { background-color: rgb(78,254,239); }
div.DivClassName
{
background-color: #4EFEEF;
}
.BgClassName
{
background-color: #4EFEEF;
}
</style>
border-color css
<style>
span { border-color: #4EFEEF; }
span { border-color: rgb(78,254,239); }
td.TdClassName
{
border-color: #4EFEEF;
}
.TagClassName
{
border-color: #4EFEEF;
}
</style>