Shades of Baby Blue #4EEAFF
Tints of Baby Blue #4EEAFF
RGB
CMYK
RGB Variations
Color information
#4EEAFF (or 0x4EEAFF) is known color: Baby Blue. HEX triplet: 4E, EA and FF. RGB value is (78,234,255). Sum of RGB (Red+Green+Blue) = 78+234+255=567 (75% of max value = 765). Red value is 78 (30.86% from 255 or 13.76% from 567); Green value is 234 (91.80% from 255 or 41.27% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #4EEAFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EEAFF is #B11500. Grayscale: #BDBDBD. Windows color (decimal): -11605249 or 16771662. OLE color: 16771662.
HSL color Cylindrical-coordinate representation of color #4EEAFF: hue angle of 187.12º 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 #4EEAFF is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 234 | 255 | - |
| CMYK | 0.69 | 0.08 | 0 | 0 |
| HSL | 187.12º | 1% | 0.65% | - |
| HSV(B) | 187.12º | 0.69% | 1% | - |
| XYZ | 50.61 | 67.69 | 105 | - |
| YUV | 189.75 | 164.82 | 48.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 234 | 255 | 0.69 | 0.08 | 0 | 0 | 187.12 | 1 | 0.65 |
| Hex | 4E | EA | FF | 45 | 8 | 0 | 0 | BB | 64 | 41 |
| Octal | 116 | 352 | 377 | 105 | 10 | 0 | 0 | 273 | 144 | 101 |
| Binary | 1001110 | 11101010 | 11111111 | 1000101 | 1000 | 0 | 0 | 10111011 | 1100100 | 1000001 |
Color Harmonies of #4EEAFF
Complementary color
Monochromatic Colors of #4EEAFF
Black with #4EEAFF
Text Example
Text Example
White with #4EEAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEAFF; }
p { color: rgb(78,234,255); }
H1.HeaderClassName
{
color: #4EEAFF;
}
.AnyTagClassName
{
color: #4EEAFF;
}
</style>
background-color css
<style>
a { background-color: #4EEAFF; }
a { background-color: rgb(78,234,255); }
div.DivClassName
{
background-color: #4EEAFF;
}
.BgClassName
{
background-color: #4EEAFF;
}
</style>
border-color css
<style>
span { border-color: #4EEAFF; }
span { border-color: rgb(78,234,255); }
td.TdClassName
{
border-color: #4EEAFF;
}
.TagClassName
{
border-color: #4EEAFF;
}
</style>