Shades of Aqua #2EEEFF
Tints of Aqua #2EEEFF
RGB
CMYK
RGB Variations
Color information
#2EEEFF (or 0x2EEEFF) is known color: Aqua. HEX triplet: 2E, EE and FF. RGB value is (46,238,255). Sum of RGB (Red+Green+Blue) = 46+238+255=539 (71% of max value = 765). Red value is 46 (18.36% from 255 or 8.53% from 539); Green value is 238 (93.36% from 255 or 44.16% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #2EEEFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EEEFF is #D11100. Grayscale: #B6B6B6. Windows color (decimal): -13701377 or 16772654. OLE color: 16772654.
HSL color Cylindrical-coordinate representation of color #2EEEFF: hue angle of 184.88º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EEEFF is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 46 | 238 | 255 | - |
| CMYK | 0.82 | 0.07 | 0 | 0 |
| HSL | 184.88º | 1% | 0.59% | - |
| HSV(B) | 184.88º | 0.82% | 1% | - |
| XYZ | 49.75 | 68.95 | 105.29 | - |
| YUV | 182.53 | 168.89 | 30.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 238 | 255 | 0.82 | 0.07 | 0 | 0 | 184.88 | 1 | 0.59 |
| Hex | 2E | EE | FF | 52 | 7 | 0 | 0 | B9 | 64 | 3B |
| Octal | 56 | 356 | 377 | 122 | 7 | 0 | 0 | 271 | 144 | 73 |
| Binary | 101110 | 11101110 | 11111111 | 1010010 | 111 | 0 | 0 | 10111001 | 1100100 | 111011 |
Color Harmonies of #2EEEFF
Complementary color
Monochromatic Colors of #2EEEFF
Black with #2EEEFF
Text Example
Text Example
White with #2EEEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEEFF; }
p { color: rgb(46,238,255); }
H1.HeaderClassName
{
color: #2EEEFF;
}
.AnyTagClassName
{
color: #2EEEFF;
}
</style>
background-color css
<style>
a { background-color: #2EEEFF; }
a { background-color: rgb(46,238,255); }
div.DivClassName
{
background-color: #2EEEFF;
}
.BgClassName
{
background-color: #2EEEFF;
}
</style>
border-color css
<style>
span { border-color: #2EEEFF; }
span { border-color: rgb(46,238,255); }
td.TdClassName
{
border-color: #2EEEFF;
}
.TagClassName
{
border-color: #2EEEFF;
}
</style>