Shades of Baby Blue #4EF0FF
Tints of Baby Blue #4EF0FF
RGB
CMYK
RGB Variations
Color information
#4EF0FF (or 0x4EF0FF) is known color: Baby Blue. HEX triplet: 4E, F0 and FF. RGB value is (78,240,255). Sum of RGB (Red+Green+Blue) = 78+240+255=573 (75% of max value = 765). Red value is 78 (30.86% from 255 or 13.61% from 573); Green value is 240 (94.14% from 255 or 41.88% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #4EF0FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EF0FF is #B10F00. Grayscale: #C1C1C1. Windows color (decimal): -11603713 or 16773198. OLE color: 16773198.
HSL color Cylindrical-coordinate representation of color #4EF0FF: hue angle of 185.08º 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 #4EF0FF is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 240 | 255 | - |
| CMYK | 0.69 | 0.06 | 0 | 0 |
| HSL | 185.08º | 1% | 0.65% | - |
| HSV(B) | 185.08º | 0.69% | 1% | - |
| XYZ | 52.35 | 71.16 | 105.58 | - |
| YUV | 193.27 | 162.83 | 45.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 240 | 255 | 0.69 | 0.06 | 0 | 0 | 185.08 | 1 | 0.65 |
| Hex | 4E | F0 | FF | 45 | 6 | 0 | 0 | B9 | 64 | 41 |
| Octal | 116 | 360 | 377 | 105 | 6 | 0 | 0 | 271 | 144 | 101 |
| Binary | 1001110 | 11110000 | 11111111 | 1000101 | 110 | 0 | 0 | 10111001 | 1100100 | 1000001 |
Color Harmonies of #4EF0FF
Complementary color
Monochromatic Colors of #4EF0FF
Black with #4EF0FF
Text Example
Text Example
White with #4EF0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EF0FF; }
p { color: rgb(78,240,255); }
H1.HeaderClassName
{
color: #4EF0FF;
}
.AnyTagClassName
{
color: #4EF0FF;
}
</style>
background-color css
<style>
a { background-color: #4EF0FF; }
a { background-color: rgb(78,240,255); }
div.DivClassName
{
background-color: #4EF0FF;
}
.BgClassName
{
background-color: #4EF0FF;
}
</style>
border-color css
<style>
span { border-color: #4EF0FF; }
span { border-color: rgb(78,240,255); }
td.TdClassName
{
border-color: #4EF0FF;
}
.TagClassName
{
border-color: #4EF0FF;
}
</style>