#2EEEFD

Color #2EEEFD Aqua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aqua #2EEEFD

Tints of Aqua #2EEEFD

Color information

#2EEEFD (or 0x2EEEFD) is unknown color: approx 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

RGB46238253-
CMYK0.820.0600.01
HSL184.35º98.1%58.63%-
HSV(B)184.35º81.82%99.22%-
XYZ49.4368.82103.61-
YUV182.3167.8930.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 8.57%
GREEN value IS 238 (93.36% from 255) = 44.32%
BLUE value IS 253 (99.22% from 255) = 47.11%
R=8.57%
G=44.32%
B=47.11%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal462382530.820.0600.01184.3598.158.63
Hex2EEEFD52601b8623b
Octal5635637512260127014273
Binary1011101110111011111101101001011001101110001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EEEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>