Shades of Baby Blue #4DFDEB
Tints of Baby Blue #4DFDEB
RGB
CMYK
RGB Variations
Color information
#4DFDEB (or 0x4DFDEB) is known color: Baby Blue. HEX triplet: 4D, FD and EB. RGB value is (77,253,235). Sum of RGB (Red+Green+Blue) = 77+253+235=565 (74% of max value = 765). Red value is 77 (30.47% from 255 or 13.63% from 565); Green value is 253 (99.22% from 255 or 44.78% from 565); Blue value is 235 (92.19% from 255 or 41.59% from 565); Max value from RGB is 253 - color contains mainly: green. Hex color #4DFDEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DFDEB is #B20214. Grayscale: #C6C6C6. Windows color (decimal): -11665941 or 15465805. OLE color: 15465805.
HSL color Cylindrical-coordinate representation of color #4DFDEB: hue angle of 173.86º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DFDEB is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 253 | 235 | - |
| CMYK | 0.70 | 0 | 0.07 | 0.01 |
| HSL | 173.86º | 0.98% | 0.65% | - |
| HSV(B) | 173.86º | 0.7% | 0.99% | - |
| XYZ | 53.18 | 77.83 | 90.82 | - |
| YUV | 198.32 | 148.69 | 41.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 253 | 235 | 0.70 | 0 | 0.07 | 0.01 | 173.86 | 0.98 | 0.65 |
| Hex | 4D | FD | EB | 46 | 0 | 7 | 1 | AE | 62 | 41 |
| Octal | 115 | 375 | 353 | 106 | 0 | 7 | 1 | 256 | 142 | 101 |
| Binary | 1001101 | 11111101 | 11101011 | 1000110 | 0 | 111 | 1 | 10101110 | 1100010 | 1000001 |
Color Harmonies of #4DFDEB
Complementary color
Monochromatic Colors of #4DFDEB
Black with #4DFDEB
Text Example
Text Example
White with #4DFDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFDEB; }
p { color: rgb(77,253,235); }
H1.HeaderClassName
{
color: #4DFDEB;
}
.AnyTagClassName
{
color: #4DFDEB;
}
</style>
background-color css
<style>
a { background-color: #4DFDEB; }
a { background-color: rgb(77,253,235); }
div.DivClassName
{
background-color: #4DFDEB;
}
.BgClassName
{
background-color: #4DFDEB;
}
</style>
border-color css
<style>
span { border-color: #4DFDEB; }
span { border-color: rgb(77,253,235); }
td.TdClassName
{
border-color: #4DFDEB;
}
.TagClassName
{
border-color: #4DFDEB;
}
</style>