Shades of Baby Blue #4DEEFE
Tints of Baby Blue #4DEEFE
RGB
CMYK
RGB Variations
Color information
#4DEEFE (or 0x4DEEFE) is known color: Baby Blue. HEX triplet: 4D, EE and FE. RGB value is (77,238,254). Sum of RGB (Red+Green+Blue) = 77+238+254=569 (75% of max value = 765). Red value is 77 (30.47% from 255 or 13.53% from 569); Green value is 238 (93.36% from 255 or 41.83% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #4DEEFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DEEFE is #B21101. Grayscale: #BFBFBF. Windows color (decimal): -11669762 or 16707149. OLE color: 16707149.
HSL color Cylindrical-coordinate representation of color #4DEEFE: hue angle of 185.42º 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 #4DEEFE is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 238 | 254 | - |
| CMYK | 0.70 | 0.06 | 0 | 0.00 |
| HSL | 185.42º | 0.99% | 0.65% | - |
| HSV(B) | 185.42º | 0.7% | 1% | - |
| XYZ | 51.52 | 69.88 | 104.54 | - |
| YUV | 191.69 | 163.16 | 46.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 238 | 254 | 0.70 | 0.06 | 0 | 0.00 | 185.42 | 0.99 | 0.65 |
| Hex | 4D | EE | FE | 46 | 6 | 0 | 0 | B9 | 63 | 41 |
| Octal | 115 | 356 | 376 | 106 | 6 | 0 | 0 | 271 | 143 | 101 |
| Binary | 1001101 | 11101110 | 11111110 | 1000110 | 110 | 0 | 0 | 10111001 | 1100011 | 1000001 |
Color Harmonies of #4DEEFE
Complementary color
Monochromatic Colors of #4DEEFE
Black with #4DEEFE
Text Example
Text Example
White with #4DEEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEEFE; }
p { color: rgb(77,238,254); }
H1.HeaderClassName
{
color: #4DEEFE;
}
.AnyTagClassName
{
color: #4DEEFE;
}
</style>
background-color css
<style>
a { background-color: #4DEEFE; }
a { background-color: rgb(77,238,254); }
div.DivClassName
{
background-color: #4DEEFE;
}
.BgClassName
{
background-color: #4DEEFE;
}
</style>
border-color css
<style>
span { border-color: #4DEEFE; }
span { border-color: rgb(77,238,254); }
td.TdClassName
{
border-color: #4DEEFE;
}
.TagClassName
{
border-color: #4DEEFE;
}
</style>