Shades of Baby Blue #4DF9ED
Tints of Baby Blue #4DF9ED
RGB
CMYK
RGB Variations
Color information
#4DF9ED (or 0x4DF9ED) is known color: Baby Blue. HEX triplet: 4D, F9 and ED. RGB value is (77,249,237). Sum of RGB (Red+Green+Blue) = 77+249+237=563 (74% of max value = 765). Red value is 77 (30.47% from 255 or 13.68% from 563); Green value is 249 (97.66% from 255 or 44.23% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 249 - color contains mainly: green. Hex color #4DF9ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DF9ED is #B20612. Grayscale: #C4C4C4. Windows color (decimal): -11666963 or 15595853. OLE color: 15595853.
HSL color Cylindrical-coordinate representation of color #4DF9ED: hue angle of 175.81º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DF9ED is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 249 | 237 | - |
| CMYK | 0.69 | 0 | 0.05 | 0.02 |
| HSL | 175.81º | 0.93% | 0.64% | - |
| HSV(B) | 175.81º | 0.69% | 0.98% | - |
| XYZ | 52.22 | 75.44 | 91.93 | - |
| YUV | 196.2 | 151.02 | 42.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 249 | 237 | 0.69 | 0 | 0.05 | 0.02 | 175.81 | 0.93 | 0.64 |
| Hex | 4D | F9 | ED | 45 | 0 | 5 | 2 | B0 | 5D | 40 |
| Octal | 115 | 371 | 355 | 105 | 0 | 5 | 2 | 260 | 135 | 100 |
| Binary | 1001101 | 11111001 | 11101101 | 1000101 | 0 | 101 | 10 | 10110000 | 1011101 | 1000000 |
Color Harmonies of #4DF9ED
Complementary color
Monochromatic Colors of #4DF9ED
Black with #4DF9ED
Text Example
Text Example
White with #4DF9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF9ED; }
p { color: rgb(77,249,237); }
H1.HeaderClassName
{
color: #4DF9ED;
}
.AnyTagClassName
{
color: #4DF9ED;
}
</style>
background-color css
<style>
a { background-color: #4DF9ED; }
a { background-color: rgb(77,249,237); }
div.DivClassName
{
background-color: #4DF9ED;
}
.BgClassName
{
background-color: #4DF9ED;
}
</style>
border-color css
<style>
span { border-color: #4DF9ED; }
span { border-color: rgb(77,249,237); }
td.TdClassName
{
border-color: #4DF9ED;
}
.TagClassName
{
border-color: #4DF9ED;
}
</style>