Shades of Aqua #2EEDFE
Tints of Aqua #2EEDFE
RGB
CMYK
RGB Variations
Color information
#2EEDFE (or 0x2EEDFE) is known color: Aqua. HEX triplet: 2E, ED and FE. RGB value is (46,237,254). Sum of RGB (Red+Green+Blue) = 46+237+254=537 (71% of max value = 765). Red value is 46 (18.36% from 255 or 8.57% from 537); Green value is 237 (92.97% from 255 or 44.13% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #2EEDFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EEDFE is #D11201. Grayscale: #B5B5B5. Windows color (decimal): -13701634 or 16706862. OLE color: 16706862.
HSL color Cylindrical-coordinate representation of color #2EEDFE: hue angle of 184.9º 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 #2EEDFE is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 46 | 237 | 254 | - |
| CMYK | 0.82 | 0.07 | 0 | 0.00 |
| HSL | 184.9º | 0.99% | 0.59% | - |
| HSV(B) | 184.9º | 0.82% | 1% | - |
| XYZ | 49.3 | 68.3 | 104.35 | - |
| YUV | 181.83 | 168.72 | 31.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 237 | 254 | 0.82 | 0.07 | 0 | 0.00 | 184.9 | 0.99 | 0.59 |
| Hex | 2E | ED | FE | 52 | 7 | 0 | 0 | B9 | 63 | 3B |
| Octal | 56 | 355 | 376 | 122 | 7 | 0 | 0 | 271 | 143 | 73 |
| Binary | 101110 | 11101101 | 11111110 | 1010010 | 111 | 0 | 0 | 10111001 | 1100011 | 111011 |
Color Harmonies of #2EEDFE
Complementary color
Monochromatic Colors of #2EEDFE
Black with #2EEDFE
Text Example
Text Example
White with #2EEDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEDFE; }
p { color: rgb(46,237,254); }
H1.HeaderClassName
{
color: #2EEDFE;
}
.AnyTagClassName
{
color: #2EEDFE;
}
</style>
background-color css
<style>
a { background-color: #2EEDFE; }
a { background-color: rgb(46,237,254); }
div.DivClassName
{
background-color: #2EEDFE;
}
.BgClassName
{
background-color: #2EEDFE;
}
</style>
border-color css
<style>
span { border-color: #2EEDFE; }
span { border-color: rgb(46,237,254); }
td.TdClassName
{
border-color: #2EEDFE;
}
.TagClassName
{
border-color: #2EEDFE;
}
</style>