#2eeeff

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

Shades of Aqua #2EEEFF

Tints of Aqua #2EEEFF

Color information

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

RGB46238255-
CMYK0.820.0700
HSL184.88º100%59.02%-
HSV(B)184.88º81.96%100%-
XYZ49.7568.95105.29-
YUV182.53168.8930.62-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 8.53%
GREEN value IS 238 (93.36% from 255) = 44.16%
BLUE value IS 255 (100% from 255) = 47.31%
R=8.53%
G=44.16%
B=47.31%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal462382550.820.0700184.8810059.02
Hex2EEEFF52700b9643b
Octal5635637712270027114473
Binary1011101110111011111111101001011100101110011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2eeeff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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