Shades of Aqua #2EEDFF
Tints of Aqua #2EEDFF
RGB
CMYK
RGB Variations
Color information
#2EEDFF (or 0x2EEDFF) is known color: Aqua. HEX triplet: 2E, ED and FF. RGB value is (46,237,255). Sum of RGB (Red+Green+Blue) = 46+237+255=538 (71% of max value = 765). Red value is 46 (18.36% from 255 or 8.55% from 538); Green value is 237 (92.97% from 255 or 44.05% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #2EEDFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EEDFF is #D11200. Grayscale: #B5B5B5. Windows color (decimal): -13701633 or 16772398. OLE color: 16772398.
HSL color Cylindrical-coordinate representation of color #2EEDFF: hue angle of 185.17º 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 #2EEDFF is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 46 | 237 | 255 | - |
| CMYK | 0.82 | 0.07 | 0 | 0 |
| HSL | 185.17º | 1% | 0.59% | - |
| HSV(B) | 185.17º | 0.82% | 1% | - |
| XYZ | 49.46 | 68.37 | 105.2 | - |
| YUV | 181.94 | 169.22 | 31.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 237 | 255 | 0.82 | 0.07 | 0 | 0 | 185.17 | 1 | 0.59 |
| Hex | 2E | ED | FF | 52 | 7 | 0 | 0 | B9 | 64 | 3B |
| Octal | 56 | 355 | 377 | 122 | 7 | 0 | 0 | 271 | 144 | 73 |
| Binary | 101110 | 11101101 | 11111111 | 1010010 | 111 | 0 | 0 | 10111001 | 1100100 | 111011 |
Color Harmonies of #2EEDFF
Complementary color
Monochromatic Colors of #2EEDFF
Black with #2EEDFF
Text Example
Text Example
White with #2EEDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEDFF; }
p { color: rgb(46,237,255); }
H1.HeaderClassName
{
color: #2EEDFF;
}
.AnyTagClassName
{
color: #2EEDFF;
}
</style>
background-color css
<style>
a { background-color: #2EEDFF; }
a { background-color: rgb(46,237,255); }
div.DivClassName
{
background-color: #2EEDFF;
}
.BgClassName
{
background-color: #2EEDFF;
}
</style>
border-color css
<style>
span { border-color: #2EEDFF; }
span { border-color: rgb(46,237,255); }
td.TdClassName
{
border-color: #2EEDFF;
}
.TagClassName
{
border-color: #2EEDFF;
}
</style>