Shades of Aqua #2EECFE
Tints of Aqua #2EECFE
RGB
CMYK
RGB Variations
Color information
#2EECFE (or 0x2EECFE) is known color: Aqua. HEX triplet: 2E, EC and FE. RGB value is (46,236,254). Sum of RGB (Red+Green+Blue) = 46+236+254=536 (70% of max value = 765). Red value is 46 (18.36% from 255 or 8.58% from 536); Green value is 236 (92.58% from 255 or 44.03% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #2EECFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EECFE is #D11301. Grayscale: #B4B4B4. Windows color (decimal): -13701890 or 16706606. OLE color: 16706606.
HSL color Cylindrical-coordinate representation of color #2EECFE: hue angle of 185.19º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EECFE is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 46 | 236 | 254 | - |
| CMYK | 0.82 | 0.07 | 0 | 0.00 |
| HSL | 185.19º | 0.99% | 0.59% | - |
| HSV(B) | 185.19º | 0.82% | 1% | - |
| XYZ | 49.01 | 67.73 | 104.26 | - |
| YUV | 181.24 | 169.05 | 31.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 236 | 254 | 0.82 | 0.07 | 0 | 0.00 | 185.19 | 0.99 | 0.59 |
| Hex | 2E | EC | FE | 52 | 7 | 0 | 0 | B9 | 63 | 3B |
| Octal | 56 | 354 | 376 | 122 | 7 | 0 | 0 | 271 | 143 | 73 |
| Binary | 101110 | 11101100 | 11111110 | 1010010 | 111 | 0 | 0 | 10111001 | 1100011 | 111011 |
Color Harmonies of #2EECFE
Complementary color
Monochromatic Colors of #2EECFE
Black with #2EECFE
Text Example
Text Example
White with #2EECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EECFE; }
p { color: rgb(46,236,254); }
H1.HeaderClassName
{
color: #2EECFE;
}
.AnyTagClassName
{
color: #2EECFE;
}
</style>
background-color css
<style>
a { background-color: #2EECFE; }
a { background-color: rgb(46,236,254); }
div.DivClassName
{
background-color: #2EECFE;
}
.BgClassName
{
background-color: #2EECFE;
}
</style>
border-color css
<style>
span { border-color: #2EECFE; }
span { border-color: rgb(46,236,254); }
td.TdClassName
{
border-color: #2EECFE;
}
.TagClassName
{
border-color: #2EECFE;
}
</style>