Shades of Baby Blue #4DFFEB
Tints of Baby Blue #4DFFEB
RGB
CMYK
RGB Variations
Color information
#4DFFEB (or 0x4DFFEB) is known color: Baby Blue. HEX triplet: 4D, FF and EB. RGB value is (77,255,235). Sum of RGB (Red+Green+Blue) = 77+255+235=567 (75% of max value = 765). Red value is 77 (30.47% from 255 or 13.58% from 567); Green value is 255 (100% from 255 or 44.97% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFFEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DFFEB is #B20014. Grayscale: #C7C7C7. Windows color (decimal): -11665429 or 15466317. OLE color: 15466317.
HSL color Cylindrical-coordinate representation of color #4DFFEB: hue angle of 173.26º 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 #4DFFEB is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 255 | 235 | - |
| CMYK | 0.70 | 0 | 0.08 | 0 |
| HSL | 173.26º | 1% | 0.65% | - |
| HSV(B) | 173.26º | 0.7% | 1% | - |
| XYZ | 53.82 | 79.1 | 91.03 | - |
| YUV | 199.5 | 148.03 | 40.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 255 | 235 | 0.70 | 0 | 0.08 | 0 | 173.26 | 1 | 0.65 |
| Hex | 4D | FF | EB | 46 | 0 | 8 | 0 | AD | 64 | 41 |
| Octal | 115 | 377 | 353 | 106 | 0 | 10 | 0 | 255 | 144 | 101 |
| Binary | 1001101 | 11111111 | 11101011 | 1000110 | 0 | 1000 | 0 | 10101101 | 1100100 | 1000001 |
Color Harmonies of #4DFFEB
Complementary color
Monochromatic Colors of #4DFFEB
Black with #4DFFEB
Text Example
Text Example
White with #4DFFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFFEB; }
p { color: rgb(77,255,235); }
H1.HeaderClassName
{
color: #4DFFEB;
}
.AnyTagClassName
{
color: #4DFFEB;
}
</style>
background-color css
<style>
a { background-color: #4DFFEB; }
a { background-color: rgb(77,255,235); }
div.DivClassName
{
background-color: #4DFFEB;
}
.BgClassName
{
background-color: #4DFFEB;
}
</style>
border-color css
<style>
span { border-color: #4DFFEB; }
span { border-color: rgb(77,255,235); }
td.TdClassName
{
border-color: #4DFFEB;
}
.TagClassName
{
border-color: #4DFFEB;
}
</style>