Shades of Baby Blue #4EEDFF
Tints of Baby Blue #4EEDFF
RGB
CMYK
RGB Variations
Color information
#4EEDFF (or 0x4EEDFF) is known color: Baby Blue. HEX triplet: 4E, ED and FF. RGB value is (78,237,255). Sum of RGB (Red+Green+Blue) = 78+237+255=570 (75% of max value = 765). Red value is 78 (30.86% from 255 or 13.68% from 570); Green value is 237 (92.97% from 255 or 41.58% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #4EEDFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EEDFF is #B11200. Grayscale: #BFBFBF. Windows color (decimal): -11604481 or 16772430. OLE color: 16772430.
HSL color Cylindrical-coordinate representation of color #4EEDFF: hue angle of 186.1º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EEDFF is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 237 | 255 | - |
| CMYK | 0.69 | 0.07 | 0 | 0 |
| HSL | 186.1º | 1% | 0.65% | - |
| HSV(B) | 186.1º | 0.69% | 1% | - |
| XYZ | 51.48 | 69.41 | 105.29 | - |
| YUV | 191.51 | 163.82 | 47.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 237 | 255 | 0.69 | 0.07 | 0 | 0 | 186.1 | 1 | 0.65 |
| Hex | 4E | ED | FF | 45 | 7 | 0 | 0 | BA | 64 | 41 |
| Octal | 116 | 355 | 377 | 105 | 7 | 0 | 0 | 272 | 144 | 101 |
| Binary | 1001110 | 11101101 | 11111111 | 1000101 | 111 | 0 | 0 | 10111010 | 1100100 | 1000001 |
Color Harmonies of #4EEDFF
Complementary color
Monochromatic Colors of #4EEDFF
Black with #4EEDFF
Text Example
Text Example
White with #4EEDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEDFF; }
p { color: rgb(78,237,255); }
H1.HeaderClassName
{
color: #4EEDFF;
}
.AnyTagClassName
{
color: #4EEDFF;
}
</style>
background-color css
<style>
a { background-color: #4EEDFF; }
a { background-color: rgb(78,237,255); }
div.DivClassName
{
background-color: #4EEDFF;
}
.BgClassName
{
background-color: #4EEDFF;
}
</style>
border-color css
<style>
span { border-color: #4EEDFF; }
span { border-color: rgb(78,237,255); }
td.TdClassName
{
border-color: #4EEDFF;
}
.TagClassName
{
border-color: #4EEDFF;
}
</style>