Shades of Baby Blue #4DFEF7
Tints of Baby Blue #4DFEF7
RGB
CMYK
RGB Variations
Color information
#4DFEF7 (or 0x4DFEF7) is known color: Baby Blue. HEX triplet: 4D, FE and F7. RGB value is (77,254,247). Sum of RGB (Red+Green+Blue) = 77+254+247=578 (76% of max value = 765). Red value is 77 (30.47% from 255 or 13.32% from 578); Green value is 254 (99.61% from 255 or 43.94% from 578); Blue value is 247 (96.88% from 255 or 42.73% from 578); Max value from RGB is 254 - color contains mainly: green. Hex color #4DFEF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DFEF7 is #B20108. Grayscale: #C8C8C8. Windows color (decimal): -11665673 or 16252493. OLE color: 16252493.
HSL color Cylindrical-coordinate representation of color #4DFEF7: hue angle of 177.63º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DFEF7 is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 254 | 247 | - |
| CMYK | 0.70 | 0 | 0.03 | 0.00 |
| HSL | 177.63º | 0.99% | 0.65% | - |
| HSV(B) | 177.63º | 0.7% | 1% | - |
| XYZ | 55.29 | 79.18 | 100.36 | - |
| YUV | 200.28 | 154.36 | 40.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 254 | 247 | 0.70 | 0 | 0.03 | 0.00 | 177.63 | 0.99 | 0.65 |
| Hex | 4D | FE | F7 | 46 | 0 | 3 | 0 | B2 | 63 | 41 |
| Octal | 115 | 376 | 367 | 106 | 0 | 3 | 0 | 262 | 143 | 101 |
| Binary | 1001101 | 11111110 | 11110111 | 1000110 | 0 | 11 | 0 | 10110010 | 1100011 | 1000001 |
Color Harmonies of #4DFEF7
Complementary color
Monochromatic Colors of #4DFEF7
Black with #4DFEF7
Text Example
Text Example
White with #4DFEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFEF7; }
p { color: rgb(77,254,247); }
H1.HeaderClassName
{
color: #4DFEF7;
}
.AnyTagClassName
{
color: #4DFEF7;
}
</style>
background-color css
<style>
a { background-color: #4DFEF7; }
a { background-color: rgb(77,254,247); }
div.DivClassName
{
background-color: #4DFEF7;
}
.BgClassName
{
background-color: #4DFEF7;
}
</style>
border-color css
<style>
span { border-color: #4DFEF7; }
span { border-color: rgb(77,254,247); }
td.TdClassName
{
border-color: #4DFEF7;
}
.TagClassName
{
border-color: #4DFEF7;
}
</style>