Shades of Baby Blue #4DFFEE
Tints of Baby Blue #4DFFEE
RGB
CMYK
RGB Variations
Color information
#4DFFEE (or 0x4DFFEE) is known color: Baby Blue. HEX triplet: 4D, FF and EE. RGB value is (77,255,238). Sum of RGB (Red+Green+Blue) = 77+255+238=570 (75% of max value = 765). Red value is 77 (30.47% from 255 or 13.51% from 570); Green value is 255 (100% from 255 or 44.74% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFFEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DFFEE is #B20011. Grayscale: #C7C7C7. Windows color (decimal): -11665426 or 15662925. OLE color: 15662925.
HSL color Cylindrical-coordinate representation of color #4DFFEE: hue angle of 174.27º 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 #4DFFEE is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 255 | 238 | - |
| CMYK | 0.70 | 0 | 0.07 | 0 |
| HSL | 174.27º | 1% | 0.65% | - |
| HSV(B) | 174.27º | 0.7% | 1% | - |
| XYZ | 54.25 | 79.27 | 93.33 | - |
| YUV | 199.84 | 149.53 | 40.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 255 | 238 | 0.70 | 0 | 0.07 | 0 | 174.27 | 1 | 0.65 |
| Hex | 4D | FF | EE | 46 | 0 | 7 | 0 | AE | 64 | 41 |
| Octal | 115 | 377 | 356 | 106 | 0 | 7 | 0 | 256 | 144 | 101 |
| Binary | 1001101 | 11111111 | 11101110 | 1000110 | 0 | 111 | 0 | 10101110 | 1100100 | 1000001 |
Color Harmonies of #4DFFEE
Complementary color
Monochromatic Colors of #4DFFEE
Black with #4DFFEE
Text Example
Text Example
White with #4DFFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFFEE; }
p { color: rgb(77,255,238); }
H1.HeaderClassName
{
color: #4DFFEE;
}
.AnyTagClassName
{
color: #4DFFEE;
}
</style>
background-color css
<style>
a { background-color: #4DFFEE; }
a { background-color: rgb(77,255,238); }
div.DivClassName
{
background-color: #4DFFEE;
}
.BgClassName
{
background-color: #4DFFEE;
}
</style>
border-color css
<style>
span { border-color: #4DFFEE; }
span { border-color: rgb(77,255,238); }
td.TdClassName
{
border-color: #4DFFEE;
}
.TagClassName
{
border-color: #4DFFEE;
}
</style>