Shades of Aqua #2EEEFD
Tints of Aqua #2EEEFD
RGB
CMYK
RGB Variations
Color information
#2EEEFD (or 0x2EEEFD) is known color: Aqua. HEX triplet: 2E, EE and FD. RGB value is (46,238,253). Sum of RGB (Red+Green+Blue) = 46+238+253=537 (71% of max value = 765). Red value is 46 (18.36% from 255 or 8.57% from 537); Green value is 238 (93.36% from 255 or 44.32% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #2EEEFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EEEFD is #D11102. Grayscale: #B6B6B6. Windows color (decimal): -13701379 or 16641582. OLE color: 16641582.
HSL color Cylindrical-coordinate representation of color #2EEEFD: hue angle of 184.35º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EEEFD is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 46 | 238 | 253 | - |
CMYK | 0.82 | 0.06 | 0 | 0.01 |
HSL | 184.35º | 0.98% | 0.59% | - |
HSV(B) | 184.35º | 0.82% | 0.99% | - |
XYZ | 49.43 | 68.82 | 103.61 | - |
YUV | 182.3 | 167.89 | 30.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 46 | 238 | 253 | 0.82 | 0.06 | 0 | 0.01 | 184.35 | 0.98 | 0.59 |
Hex | 2E | EE | FD | 52 | 6 | 0 | 1 | B8 | 62 | 3B |
Octal | 56 | 356 | 375 | 122 | 6 | 0 | 1 | 270 | 142 | 73 |
Binary | 101110 | 11101110 | 11111101 | 1010010 | 110 | 0 | 1 | 10111000 | 1100010 | 111011 |
Color Harmonies of #2EEEFD
Complementary color
Monochromatic Colors of #2EEEFD
Black with #2EEEFD
Text Example
Text Example
White with #2EEEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEEFD; }
p { color: rgb(46,238,253); }
H1.HeaderClassName
{
color: #2EEEFD;
}
.AnyTagClassName
{
color: #2EEEFD;
}
</style>
background-color css
<style>
a { background-color: #2EEEFD; }
a { background-color: rgb(46,238,253); }
div.DivClassName
{
background-color: #2EEEFD;
}
.BgClassName
{
background-color: #2EEEFD;
}
</style>
border-color css
<style>
span { border-color: #2EEEFD; }
span { border-color: rgb(46,238,253); }
td.TdClassName
{
border-color: #2EEEFD;
}
.TagClassName
{
border-color: #2EEEFD;
}
</style>