Shades of Aqua #2EECFF
Tints of Aqua #2EECFF
RGB
CMYK
RGB Variations
Color information
#2EECFF (or 0x2EECFF) is known color: Aqua. HEX triplet: 2E, EC and FF. RGB value is (46,236,255). Sum of RGB (Red+Green+Blue) = 46+236+255=537 (71% of max value = 765). Red value is 46 (18.36% from 255 or 8.57% from 537); Green value is 236 (92.58% from 255 or 43.95% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #2EECFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EECFF is #D11300. Grayscale: #B5B5B5. Windows color (decimal): -13701889 or 16772142. OLE color: 16772142.
HSL color Cylindrical-coordinate representation of color #2EECFF: hue angle of 185.45º 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 #2EECFF is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 46 | 236 | 255 | - |
| CMYK | 0.82 | 0.07 | 0 | 0 |
| HSL | 185.45º | 1% | 0.59% | - |
| HSV(B) | 185.45º | 0.82% | 1% | - |
| XYZ | 49.17 | 67.79 | 105.1 | - |
| YUV | 181.36 | 169.55 | 31.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 236 | 255 | 0.82 | 0.07 | 0 | 0 | 185.45 | 1 | 0.59 |
| Hex | 2E | EC | FF | 52 | 7 | 0 | 0 | B9 | 64 | 3B |
| Octal | 56 | 354 | 377 | 122 | 7 | 0 | 0 | 271 | 144 | 73 |
| Binary | 101110 | 11101100 | 11111111 | 1010010 | 111 | 0 | 0 | 10111001 | 1100100 | 111011 |
Color Harmonies of #2EECFF
Complementary color
Monochromatic Colors of #2EECFF
Black with #2EECFF
Text Example
Text Example
White with #2EECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EECFF; }
p { color: rgb(46,236,255); }
H1.HeaderClassName
{
color: #2EECFF;
}
.AnyTagClassName
{
color: #2EECFF;
}
</style>
background-color css
<style>
a { background-color: #2EECFF; }
a { background-color: rgb(46,236,255); }
div.DivClassName
{
background-color: #2EECFF;
}
.BgClassName
{
background-color: #2EECFF;
}
</style>
border-color css
<style>
span { border-color: #2EECFF; }
span { border-color: rgb(46,236,255); }
td.TdClassName
{
border-color: #2EECFF;
}
.TagClassName
{
border-color: #2EECFF;
}
</style>