Shades of Baby Blue #4DFDEC
Tints of Baby Blue #4DFDEC
RGB
CMYK
RGB Variations
Color information
#4DFDEC (or 0x4DFDEC) is known color: Baby Blue. HEX triplet: 4D, FD and EC. RGB value is (77,253,236). Sum of RGB (Red+Green+Blue) = 77+253+236=566 (74% of max value = 765). Red value is 77 (30.47% from 255 or 13.60% from 566); Green value is 253 (99.22% from 255 or 44.70% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 253 - color contains mainly: green. Hex color #4DFDEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DFDEC is #B20213. Grayscale: #C6C6C6. Windows color (decimal): -11665940 or 15531341. OLE color: 15531341.
HSL color Cylindrical-coordinate representation of color #4DFDEC: hue angle of 174.2º 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 #4DFDEC is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 253 | 236 | - |
| CMYK | 0.70 | 0 | 0.07 | 0.01 |
| HSL | 174.2º | 0.98% | 0.65% | - |
| HSV(B) | 174.2º | 0.7% | 0.99% | - |
| XYZ | 53.33 | 77.88 | 91.58 | - |
| YUV | 198.44 | 149.19 | 41.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 253 | 236 | 0.70 | 0 | 0.07 | 0.01 | 174.2 | 0.98 | 0.65 |
| Hex | 4D | FD | EC | 46 | 0 | 7 | 1 | AE | 62 | 41 |
| Octal | 115 | 375 | 354 | 106 | 0 | 7 | 1 | 256 | 142 | 101 |
| Binary | 1001101 | 11111101 | 11101100 | 1000110 | 0 | 111 | 1 | 10101110 | 1100010 | 1000001 |
Color Harmonies of #4DFDEC
Complementary color
Monochromatic Colors of #4DFDEC
Black with #4DFDEC
Text Example
Text Example
White with #4DFDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFDEC; }
p { color: rgb(77,253,236); }
H1.HeaderClassName
{
color: #4DFDEC;
}
.AnyTagClassName
{
color: #4DFDEC;
}
</style>
background-color css
<style>
a { background-color: #4DFDEC; }
a { background-color: rgb(77,253,236); }
div.DivClassName
{
background-color: #4DFDEC;
}
.BgClassName
{
background-color: #4DFDEC;
}
</style>
border-color css
<style>
span { border-color: #4DFDEC; }
span { border-color: rgb(77,253,236); }
td.TdClassName
{
border-color: #4DFDEC;
}
.TagClassName
{
border-color: #4DFDEC;
}
</style>