#2EECFF

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

Shades of Aqua #2EECFF

Tints of Aqua #2EECFF

Color information

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

RGB46236255-
CMYK0.820.0700
HSL185.45º100%59.02%-
HSV(B)185.45º81.96%100%-
XYZ49.1767.79105.1-
YUV181.36169.5531.46-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 8.57%
GREEN value IS 236 (92.58% from 255) = 43.95%
BLUE value IS 255 (100% from 255) = 47.49%
R=8.57%
G=43.95%
B=47.49%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal462362550.820.0700185.4510059.02
Hex2EECFF52700b9643b
Octal5635437712270027114473
Binary1011101110110011111111101001011100101110011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EECFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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