Shades of Baby Blue #4DEDFE
Tints of Baby Blue #4DEDFE
RGB
CMYK
RGB Variations
Color information
#4DEDFE (or 0x4DEDFE) is known color: Baby Blue. HEX triplet: 4D, ED and FE. RGB value is (77,237,254). Sum of RGB (Red+Green+Blue) = 77+237+254=568 (75% of max value = 765). Red value is 77 (30.47% from 255 or 13.56% from 568); Green value is 237 (92.97% from 255 or 41.73% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #4DEDFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DEDFE is #B21201. Grayscale: #BEBEBE. Windows color (decimal): -11670018 or 16706893. OLE color: 16706893.
HSL color Cylindrical-coordinate representation of color #4DEDFE: hue angle of 185.76º 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 #4DEDFE is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 237 | 254 | - |
| CMYK | 0.70 | 0.07 | 0 | 0.00 |
| HSL | 185.76º | 0.99% | 0.65% | - |
| HSV(B) | 185.76º | 0.7% | 1% | - |
| XYZ | 51.23 | 69.3 | 104.44 | - |
| YUV | 191.1 | 163.49 | 46.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 237 | 254 | 0.70 | 0.07 | 0 | 0.00 | 185.76 | 0.99 | 0.65 |
| Hex | 4D | ED | FE | 46 | 7 | 0 | 0 | BA | 63 | 41 |
| Octal | 115 | 355 | 376 | 106 | 7 | 0 | 0 | 272 | 143 | 101 |
| Binary | 1001101 | 11101101 | 11111110 | 1000110 | 111 | 0 | 0 | 10111010 | 1100011 | 1000001 |
Color Harmonies of #4DEDFE
Complementary color
Monochromatic Colors of #4DEDFE
Black with #4DEDFE
Text Example
Text Example
White with #4DEDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEDFE; }
p { color: rgb(77,237,254); }
H1.HeaderClassName
{
color: #4DEDFE;
}
.AnyTagClassName
{
color: #4DEDFE;
}
</style>
background-color css
<style>
a { background-color: #4DEDFE; }
a { background-color: rgb(77,237,254); }
div.DivClassName
{
background-color: #4DEDFE;
}
.BgClassName
{
background-color: #4DEDFE;
}
</style>
border-color css
<style>
span { border-color: #4DEDFE; }
span { border-color: rgb(77,237,254); }
td.TdClassName
{
border-color: #4DEDFE;
}
.TagClassName
{
border-color: #4DEDFE;
}
</style>