Shades of Baby Blue #4DF4EF
Tints of Baby Blue #4DF4EF
RGB
CMYK
RGB Variations
Color information
#4DF4EF (or 0x4DF4EF) is known color: Baby Blue. HEX triplet: 4D, F4 and EF. RGB value is (77,244,239). Sum of RGB (Red+Green+Blue) = 77+244+239=560 (74% of max value = 765). Red value is 77 (30.47% from 255 or 13.75% from 560); Green value is 244 (95.70% from 255 or 43.57% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 244 - color contains mainly: green. Hex color #4DF4EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DF4EF is #B20B10. Grayscale: #C1C1C1. Windows color (decimal): -11668241 or 15725645. OLE color: 15725645.
HSL color Cylindrical-coordinate representation of color #4DF4EF: hue angle of 178.2º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DF4EF is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 77 | 244 | 239 | - |
| CMYK | 0.68 | 0 | 0.02 | 0.04 |
| HSL | 178.2º | 0.88% | 0.63% | - |
| HSV(B) | 178.2º | 0.68% | 0.96% | - |
| XYZ | 50.99 | 72.51 | 92.97 | - |
| YUV | 193.5 | 153.67 | 44.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 244 | 239 | 0.68 | 0 | 0.02 | 0.04 | 178.2 | 0.88 | 0.63 |
| Hex | 4D | F4 | EF | 44 | 0 | 2 | 4 | B2 | 58 | 3F |
| Octal | 115 | 364 | 357 | 104 | 0 | 2 | 4 | 262 | 130 | 77 |
| Binary | 1001101 | 11110100 | 11101111 | 1000100 | 0 | 10 | 100 | 10110010 | 1011000 | 111111 |
Color Harmonies of #4DF4EF
Complementary color
Monochromatic Colors of #4DF4EF
Black with #4DF4EF
Text Example
Text Example
White with #4DF4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF4EF; }
p { color: rgb(77,244,239); }
H1.HeaderClassName
{
color: #4DF4EF;
}
.AnyTagClassName
{
color: #4DF4EF;
}
</style>
background-color css
<style>
a { background-color: #4DF4EF; }
a { background-color: rgb(77,244,239); }
div.DivClassName
{
background-color: #4DF4EF;
}
.BgClassName
{
background-color: #4DF4EF;
}
</style>
border-color css
<style>
span { border-color: #4DF4EF; }
span { border-color: rgb(77,244,239); }
td.TdClassName
{
border-color: #4DF4EF;
}
.TagClassName
{
border-color: #4DF4EF;
}
</style>