Shades of Baby Blue #4DFDEE
Tints of Baby Blue #4DFDEE
RGB
CMYK
RGB Variations
Color information
#4DFDEE (or 0x4DFDEE) is known color: Baby Blue. HEX triplet: 4D, FD and EE. RGB value is (77,253,238). Sum of RGB (Red+Green+Blue) = 77+253+238=568 (75% of max value = 765). Red value is 77 (30.47% from 255 or 13.56% from 568); Green value is 253 (99.22% from 255 or 44.54% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 253 - color contains mainly: green. Hex color #4DFDEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DFDEE is #B20211. Grayscale: #C6C6C6. Windows color (decimal): -11665938 or 15662413. OLE color: 15662413.
HSL color Cylindrical-coordinate representation of color #4DFDEE: hue angle of 174.89º 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 #4DFDEE is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 253 | 238 | - |
| CMYK | 0.70 | 0 | 0.06 | 0.01 |
| HSL | 174.89º | 0.98% | 0.65% | - |
| HSV(B) | 174.89º | 0.7% | 0.99% | - |
| XYZ | 53.62 | 78 | 93.12 | - |
| YUV | 198.67 | 150.19 | 41.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 253 | 238 | 0.70 | 0 | 0.06 | 0.01 | 174.89 | 0.98 | 0.65 |
| Hex | 4D | FD | EE | 46 | 0 | 6 | 1 | AF | 62 | 41 |
| Octal | 115 | 375 | 356 | 106 | 0 | 6 | 1 | 257 | 142 | 101 |
| Binary | 1001101 | 11111101 | 11101110 | 1000110 | 0 | 110 | 1 | 10101111 | 1100010 | 1000001 |
Color Harmonies of #4DFDEE
Complementary color
Monochromatic Colors of #4DFDEE
Black with #4DFDEE
Text Example
Text Example
White with #4DFDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFDEE; }
p { color: rgb(77,253,238); }
H1.HeaderClassName
{
color: #4DFDEE;
}
.AnyTagClassName
{
color: #4DFDEE;
}
</style>
background-color css
<style>
a { background-color: #4DFDEE; }
a { background-color: rgb(77,253,238); }
div.DivClassName
{
background-color: #4DFDEE;
}
.BgClassName
{
background-color: #4DFDEE;
}
</style>
border-color css
<style>
span { border-color: #4DFDEE; }
span { border-color: rgb(77,253,238); }
td.TdClassName
{
border-color: #4DFDEE;
}
.TagClassName
{
border-color: #4DFDEE;
}
</style>