#2EFDFF

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

Shades of Aqua #2EFDFF

Tints of Aqua #2EFDFF

Color information

#2EFDFF (or 0x2EFDFF) is unknown color: approx Aqua. HEX triplet: 2E, FD and FF. RGB value is (46,253,255). Sum of RGB (Red+Green+Blue) = 46+253+255=554 (73% of max value = 765). Red value is 46 (18.36% from 255 or 8.30% from 554); Green value is 253 (99.22% from 255 or 45.67% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #2EFDFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EFDFF is #D10200. Grayscale: #BFBFBF. Windows color (decimal): -13697537 or 16776494. OLE color: 16776494.

HSL color Cylindrical-coordinate representation of color #2EFDFF: hue angle of 180.57º 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 #2EFDFF is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB46253255-
CMYK0.820.0100
HSL180.57º100%59.02%-
HSV(B)180.57º81.96%100%-
XYZ54.378.05106.81-
YUV191.33163.9224.34-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 8.30%
GREEN value IS 253 (99.22% from 255) = 45.67%
BLUE value IS 255 (100% from 255) = 46.03%
R=8.30%
G=45.67%
B=46.03%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal462532550.820.0100180.5710059.02
Hex2EFDFF52100b5643b
Octal5637537712210026514473
Binary10111011111101111111111010010100101101011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EFDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2EFDFF; }

 p { color: rgb(46,253,255); }

 H1.HeaderClassName
 {
   color: #2EFDFF;
 }
 .AnyTagClassName
 {
   color: #2EFDFF;
 }
</style>
background-color css

<style>
 a { background-color: #2EFDFF; }

 a { background-color: rgb(46,253,255); }

 div.DivClassName
 {
   background-color: #2EFDFF;
 }
 .BgClassName
 {
   background-color: #2EFDFF;
 }
</style>
border-color css

<style>
 span { border-color: #2EFDFF; }

 span { border-color: rgb(46,253,255); }

 td.TdClassName
 {
   border-color: #2EFDFF;
 }
 .TagClassName
 {
   border-color: #2EFDFF;
 }
</style>