Shades of Baby Blue #4DEEF7
Tints of Baby Blue #4DEEF7
RGB
CMYK
RGB Variations
Color information
#4DEEF7 (or 0x4DEEF7) is known color: Baby Blue. HEX triplet: 4D, EE and F7. RGB value is (77,238,247). Sum of RGB (Red+Green+Blue) = 77+238+247=562 (74% of max value = 765). Red value is 77 (30.47% from 255 or 13.70% from 562); Green value is 238 (93.36% from 255 or 42.35% from 562); Blue value is 247 (96.88% from 255 or 43.95% from 562); Max value from RGB is 247 - color contains mainly: blue. Hex color #4DEEF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DEEF7 is #B21108. Grayscale: #BEBEBE. Windows color (decimal): -11669769 or 16248397. OLE color: 16248397.
HSL color Cylindrical-coordinate representation of color #4DEEF7: hue angle of 183.18º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DEEF7 is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 77 | 238 | 247 | - |
| CMYK | 0.69 | 0.04 | 0 | 0.03 |
| HSL | 183.18º | 0.91% | 0.64% | - |
| HSV(B) | 183.18º | 0.69% | 0.97% | - |
| XYZ | 50.42 | 69.44 | 98.74 | - |
| YUV | 190.89 | 159.66 | 46.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 238 | 247 | 0.69 | 0.04 | 0 | 0.03 | 183.18 | 0.91 | 0.64 |
| Hex | 4D | EE | F7 | 45 | 4 | 0 | 3 | B7 | 5B | 40 |
| Octal | 115 | 356 | 367 | 105 | 4 | 0 | 3 | 267 | 133 | 100 |
| Binary | 1001101 | 11101110 | 11110111 | 1000101 | 100 | 0 | 11 | 10110111 | 1011011 | 1000000 |
Color Harmonies of #4DEEF7
Complementary color
Monochromatic Colors of #4DEEF7
Black with #4DEEF7
Text Example
Text Example
White with #4DEEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEEF7; }
p { color: rgb(77,238,247); }
H1.HeaderClassName
{
color: #4DEEF7;
}
.AnyTagClassName
{
color: #4DEEF7;
}
</style>
background-color css
<style>
a { background-color: #4DEEF7; }
a { background-color: rgb(77,238,247); }
div.DivClassName
{
background-color: #4DEEF7;
}
.BgClassName
{
background-color: #4DEEF7;
}
</style>
border-color css
<style>
span { border-color: #4DEEF7; }
span { border-color: rgb(77,238,247); }
td.TdClassName
{
border-color: #4DEEF7;
}
.TagClassName
{
border-color: #4DEEF7;
}
</style>