Shades of Baby Blue #4DEDFC
Tints of Baby Blue #4DEDFC
RGB
CMYK
RGB Variations
Color information
#4DEDFC (or 0x4DEDFC) is known color: Baby Blue. HEX triplet: 4D, ED and FC. RGB value is (77,237,252). Sum of RGB (Red+Green+Blue) = 77+237+252=566 (74% of max value = 765). Red value is 77 (30.47% from 255 or 13.60% from 566); Green value is 237 (92.97% from 255 or 41.87% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #4DEDFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DEDFC is #B21203. Grayscale: #BEBEBE. Windows color (decimal): -11670020 or 16575821. OLE color: 16575821.
HSL color Cylindrical-coordinate representation of color #4DEDFC: hue angle of 185.14º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DEDFC is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 237 | 252 | - |
| CMYK | 0.69 | 0.06 | 0 | 0.01 |
| HSL | 185.14º | 0.97% | 0.65% | - |
| HSV(B) | 185.14º | 0.69% | 0.99% | - |
| XYZ | 50.92 | 69.17 | 102.76 | - |
| YUV | 190.87 | 162.49 | 46.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 237 | 252 | 0.69 | 0.06 | 0 | 0.01 | 185.14 | 0.97 | 0.65 |
| Hex | 4D | ED | FC | 45 | 6 | 0 | 1 | B9 | 61 | 41 |
| Octal | 115 | 355 | 374 | 105 | 6 | 0 | 1 | 271 | 141 | 101 |
| Binary | 1001101 | 11101101 | 11111100 | 1000101 | 110 | 0 | 1 | 10111001 | 1100001 | 1000001 |
Color Harmonies of #4DEDFC
Complementary color
Monochromatic Colors of #4DEDFC
Black with #4DEDFC
Text Example
Text Example
White with #4DEDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEDFC; }
p { color: rgb(77,237,252); }
H1.HeaderClassName
{
color: #4DEDFC;
}
.AnyTagClassName
{
color: #4DEDFC;
}
</style>
background-color css
<style>
a { background-color: #4DEDFC; }
a { background-color: rgb(77,237,252); }
div.DivClassName
{
background-color: #4DEDFC;
}
.BgClassName
{
background-color: #4DEDFC;
}
</style>
border-color css
<style>
span { border-color: #4DEDFC; }
span { border-color: rgb(77,237,252); }
td.TdClassName
{
border-color: #4DEDFC;
}
.TagClassName
{
border-color: #4DEDFC;
}
</style>