Shades of Baby Blue #4EF2FE
Tints of Baby Blue #4EF2FE
RGB
CMYK
RGB Variations
Color information
#4EF2FE (or 0x4EF2FE) is known color: Baby Blue. HEX triplet: 4E, F2 and FE. RGB value is (78,242,254). Sum of RGB (Red+Green+Blue) = 78+242+254=574 (76% of max value = 765). Red value is 78 (30.86% from 255 or 13.59% from 574); Green value is 242 (94.92% from 255 or 42.16% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #4EF2FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EF2FE is #B10D01. Grayscale: #C2C2C2. Windows color (decimal): -11603202 or 16708174. OLE color: 16708174.
HSL color Cylindrical-coordinate representation of color #4EF2FE: hue angle of 184.09º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EF2FE is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 78 | 242 | 254 | - |
| CMYK | 0.69 | 0.05 | 0 | 0.00 |
| HSL | 184.09º | 0.99% | 0.65% | - |
| HSV(B) | 184.09º | 0.69% | 1% | - |
| XYZ | 52.78 | 72.28 | 104.94 | - |
| YUV | 194.33 | 161.67 | 45.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 242 | 254 | 0.69 | 0.05 | 0 | 0.00 | 184.09 | 0.99 | 0.65 |
| Hex | 4E | F2 | FE | 45 | 5 | 0 | 0 | B8 | 63 | 41 |
| Octal | 116 | 362 | 376 | 105 | 5 | 0 | 0 | 270 | 143 | 101 |
| Binary | 1001110 | 11110010 | 11111110 | 1000101 | 101 | 0 | 0 | 10111000 | 1100011 | 1000001 |
Color Harmonies of #4EF2FE
Complementary color
Monochromatic Colors of #4EF2FE
Black with #4EF2FE
Text Example
Text Example
White with #4EF2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EF2FE; }
p { color: rgb(78,242,254); }
H1.HeaderClassName
{
color: #4EF2FE;
}
.AnyTagClassName
{
color: #4EF2FE;
}
</style>
background-color css
<style>
a { background-color: #4EF2FE; }
a { background-color: rgb(78,242,254); }
div.DivClassName
{
background-color: #4EF2FE;
}
.BgClassName
{
background-color: #4EF2FE;
}
</style>
border-color css
<style>
span { border-color: #4EF2FE; }
span { border-color: rgb(78,242,254); }
td.TdClassName
{
border-color: #4EF2FE;
}
.TagClassName
{
border-color: #4EF2FE;
}
</style>