Shades of Baby Blue #4DFFEA
Tints of Baby Blue #4DFFEA
RGB
CMYK
RGB Variations
Color information
#4DFFEA (or 0x4DFFEA) is known color: Baby Blue. HEX triplet: 4D, FF and EA. RGB value is (77,255,234). Sum of RGB (Red+Green+Blue) = 77+255+234=566 (74% of max value = 765). Red value is 77 (30.47% from 255 or 13.60% from 566); Green value is 255 (100% from 255 or 45.05% from 566); Blue value is 234 (91.80% from 255 or 41.34% from 566); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFFEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DFFEA is #B20015. Grayscale: #C7C7C7. Windows color (decimal): -11665430 or 15400781. OLE color: 15400781.
HSL color Cylindrical-coordinate representation of color #4DFFEA: hue angle of 172.92º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DFFEA is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 255 | 234 | - |
| CMYK | 0.70 | 0 | 0.08 | 0 |
| HSL | 172.92º | 1% | 0.65% | - |
| HSV(B) | 172.92º | 0.7% | 1% | - |
| XYZ | 53.67 | 79.04 | 90.27 | - |
| YUV | 199.38 | 147.53 | 40.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 255 | 234 | 0.70 | 0 | 0.08 | 0 | 172.92 | 1 | 0.65 |
| Hex | 4D | FF | EA | 46 | 0 | 8 | 0 | AD | 64 | 41 |
| Octal | 115 | 377 | 352 | 106 | 0 | 10 | 0 | 255 | 144 | 101 |
| Binary | 1001101 | 11111111 | 11101010 | 1000110 | 0 | 1000 | 0 | 10101101 | 1100100 | 1000001 |
Color Harmonies of #4DFFEA
Complementary color
Monochromatic Colors of #4DFFEA
Black with #4DFFEA
Text Example
Text Example
White with #4DFFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFFEA; }
p { color: rgb(77,255,234); }
H1.HeaderClassName
{
color: #4DFFEA;
}
.AnyTagClassName
{
color: #4DFFEA;
}
</style>
background-color css
<style>
a { background-color: #4DFFEA; }
a { background-color: rgb(77,255,234); }
div.DivClassName
{
background-color: #4DFFEA;
}
.BgClassName
{
background-color: #4DFFEA;
}
</style>
border-color css
<style>
span { border-color: #4DFFEA; }
span { border-color: rgb(77,255,234); }
td.TdClassName
{
border-color: #4DFFEA;
}
.TagClassName
{
border-color: #4DFFEA;
}
</style>