Shades of Baby Blue #4EF2FF
Tints of Baby Blue #4EF2FF
RGB
CMYK
RGB Variations
Color information
#4EF2FF (or 0x4EF2FF) is known color: Baby Blue. HEX triplet: 4E, F2 and FF. RGB value is (78,242,255). Sum of RGB (Red+Green+Blue) = 78+242+255=575 (76% of max value = 765). Red value is 78 (30.86% from 255 or 13.57% from 575); Green value is 242 (94.92% from 255 or 42.09% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #4EF2FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EF2FF is #B10D00. Grayscale: #C2C2C2. Windows color (decimal): -11603201 or 16773710. OLE color: 16773710.
HSL color Cylindrical-coordinate representation of color #4EF2FF: hue angle of 184.41º 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 #4EF2FF is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 242 | 255 | - |
| CMYK | 0.69 | 0.05 | 0 | 0 |
| HSL | 184.41º | 1% | 0.65% | - |
| HSV(B) | 184.41º | 0.69% | 1% | - |
| XYZ | 52.94 | 72.34 | 105.78 | - |
| YUV | 194.45 | 162.17 | 44.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 242 | 255 | 0.69 | 0.05 | 0 | 0 | 184.41 | 1 | 0.65 |
| Hex | 4E | F2 | FF | 45 | 5 | 0 | 0 | B8 | 64 | 41 |
| Octal | 116 | 362 | 377 | 105 | 5 | 0 | 0 | 270 | 144 | 101 |
| Binary | 1001110 | 11110010 | 11111111 | 1000101 | 101 | 0 | 0 | 10111000 | 1100100 | 1000001 |
Color Harmonies of #4EF2FF
Complementary color
Monochromatic Colors of #4EF2FF
Black with #4EF2FF
Text Example
Text Example
White with #4EF2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EF2FF; }
p { color: rgb(78,242,255); }
H1.HeaderClassName
{
color: #4EF2FF;
}
.AnyTagClassName
{
color: #4EF2FF;
}
</style>
background-color css
<style>
a { background-color: #4EF2FF; }
a { background-color: rgb(78,242,255); }
div.DivClassName
{
background-color: #4EF2FF;
}
.BgClassName
{
background-color: #4EF2FF;
}
</style>
border-color css
<style>
span { border-color: #4EF2FF; }
span { border-color: rgb(78,242,255); }
td.TdClassName
{
border-color: #4EF2FF;
}
.TagClassName
{
border-color: #4EF2FF;
}
</style>