Shades of Aqua #2EEBFE
Tints of Aqua #2EEBFE
RGB
CMYK
RGB Variations
Color information
#2EEBFE (or 0x2EEBFE) is known color: Aqua. HEX triplet: 2E, EB and FE. RGB value is (46,235,254). Sum of RGB (Red+Green+Blue) = 46+235+254=535 (70% of max value = 765). Red value is 46 (18.36% from 255 or 8.60% from 535); Green value is 235 (92.19% from 255 or 43.93% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #2EEBFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EEBFE is #D11401. Grayscale: #B4B4B4. Windows color (decimal): -13702146 or 16706350. OLE color: 16706350.
HSL color Cylindrical-coordinate representation of color #2EEBFE: hue angle of 185.48º 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 #2EEBFE is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 46 | 235 | 254 | - |
| CMYK | 0.82 | 0.07 | 0 | 0.00 |
| HSL | 185.48º | 0.99% | 0.59% | - |
| HSV(B) | 185.48º | 0.82% | 1% | - |
| XYZ | 48.72 | 67.15 | 104.16 | - |
| YUV | 180.66 | 169.38 | 31.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 235 | 254 | 0.82 | 0.07 | 0 | 0.00 | 185.48 | 0.99 | 0.59 |
| Hex | 2E | EB | FE | 52 | 7 | 0 | 0 | B9 | 63 | 3B |
| Octal | 56 | 353 | 376 | 122 | 7 | 0 | 0 | 271 | 143 | 73 |
| Binary | 101110 | 11101011 | 11111110 | 1010010 | 111 | 0 | 0 | 10111001 | 1100011 | 111011 |
Color Harmonies of #2EEBFE
Complementary color
Monochromatic Colors of #2EEBFE
Black with #2EEBFE
Text Example
Text Example
White with #2EEBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEBFE; }
p { color: rgb(46,235,254); }
H1.HeaderClassName
{
color: #2EEBFE;
}
.AnyTagClassName
{
color: #2EEBFE;
}
</style>
background-color css
<style>
a { background-color: #2EEBFE; }
a { background-color: rgb(46,235,254); }
div.DivClassName
{
background-color: #2EEBFE;
}
.BgClassName
{
background-color: #2EEBFE;
}
</style>
border-color css
<style>
span { border-color: #2EEBFE; }
span { border-color: rgb(46,235,254); }
td.TdClassName
{
border-color: #2EEBFE;
}
.TagClassName
{
border-color: #2EEBFE;
}
</style>