Shades of Baby Blue #4DFFED
Tints of Baby Blue #4DFFED
RGB
CMYK
RGB Variations
Color information
#4DFFED (or 0x4DFFED) is known color: Baby Blue. HEX triplet: 4D, FF and ED. RGB value is (77,255,237). Sum of RGB (Red+Green+Blue) = 77+255+237=569 (75% of max value = 765). Red value is 77 (30.47% from 255 or 13.53% from 569); Green value is 255 (100% from 255 or 44.82% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFFED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DFFED is #B20012. Grayscale: #C7C7C7. Windows color (decimal): -11665427 or 15597389. OLE color: 15597389.
HSL color Cylindrical-coordinate representation of color #4DFFED: hue angle of 173.93º 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 #4DFFED is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 255 | 237 | - |
| CMYK | 0.70 | 0 | 0.07 | 0 |
| HSL | 173.93º | 1% | 0.65% | - |
| HSV(B) | 173.93º | 0.7% | 1% | - |
| XYZ | 54.11 | 79.21 | 92.56 | - |
| YUV | 199.73 | 149.03 | 40.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 255 | 237 | 0.70 | 0 | 0.07 | 0 | 173.93 | 1 | 0.65 |
| Hex | 4D | FF | ED | 46 | 0 | 7 | 0 | AE | 64 | 41 |
| Octal | 115 | 377 | 355 | 106 | 0 | 7 | 0 | 256 | 144 | 101 |
| Binary | 1001101 | 11111111 | 11101101 | 1000110 | 0 | 111 | 0 | 10101110 | 1100100 | 1000001 |
Color Harmonies of #4DFFED
Complementary color
Monochromatic Colors of #4DFFED
Black with #4DFFED
Text Example
Text Example
White with #4DFFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFFED; }
p { color: rgb(77,255,237); }
H1.HeaderClassName
{
color: #4DFFED;
}
.AnyTagClassName
{
color: #4DFFED;
}
</style>
background-color css
<style>
a { background-color: #4DFFED; }
a { background-color: rgb(77,255,237); }
div.DivClassName
{
background-color: #4DFFED;
}
.BgClassName
{
background-color: #4DFFED;
}
</style>
border-color css
<style>
span { border-color: #4DFFED; }
span { border-color: rgb(77,255,237); }
td.TdClassName
{
border-color: #4DFFED;
}
.TagClassName
{
border-color: #4DFFED;
}
</style>