Shades of Baby Blue #4DFFEC
Tints of Baby Blue #4DFFEC
RGB
CMYK
RGB Variations
Color information
#4DFFEC (or 0x4DFFEC) is known color: Baby Blue. HEX triplet: 4D, FF and EC. RGB value is (77,255,236). Sum of RGB (Red+Green+Blue) = 77+255+236=568 (75% of max value = 765). Red value is 77 (30.47% from 255 or 13.56% from 568); Green value is 255 (100% from 255 or 44.89% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFFEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DFFEC is #B20013. Grayscale: #C7C7C7. Windows color (decimal): -11665428 or 15531853. OLE color: 15531853.
HSL color Cylindrical-coordinate representation of color #4DFFEC: hue angle of 173.6º 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 #4DFFEC is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 255 | 236 | - |
| CMYK | 0.70 | 0 | 0.07 | 0 |
| HSL | 173.6º | 1% | 0.65% | - |
| HSV(B) | 173.6º | 0.7% | 1% | - |
| XYZ | 53.96 | 79.15 | 91.79 | - |
| YUV | 199.61 | 148.53 | 40.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 255 | 236 | 0.70 | 0 | 0.07 | 0 | 173.6 | 1 | 0.65 |
| Hex | 4D | FF | EC | 46 | 0 | 7 | 0 | AE | 64 | 41 |
| Octal | 115 | 377 | 354 | 106 | 0 | 7 | 0 | 256 | 144 | 101 |
| Binary | 1001101 | 11111111 | 11101100 | 1000110 | 0 | 111 | 0 | 10101110 | 1100100 | 1000001 |
Color Harmonies of #4DFFEC
Complementary color
Monochromatic Colors of #4DFFEC
Black with #4DFFEC
Text Example
Text Example
White with #4DFFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFFEC; }
p { color: rgb(77,255,236); }
H1.HeaderClassName
{
color: #4DFFEC;
}
.AnyTagClassName
{
color: #4DFFEC;
}
</style>
background-color css
<style>
a { background-color: #4DFFEC; }
a { background-color: rgb(77,255,236); }
div.DivClassName
{
background-color: #4DFFEC;
}
.BgClassName
{
background-color: #4DFFEC;
}
</style>
border-color css
<style>
span { border-color: #4DFFEC; }
span { border-color: rgb(77,255,236); }
td.TdClassName
{
border-color: #4DFFEC;
}
.TagClassName
{
border-color: #4DFFEC;
}
</style>