#2EEDFD

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

Shades of Aqua #2EEDFD

Tints of Aqua #2EEDFD

Color information

#2EEDFD (or 0x2EEDFD) is unknown color: approx Aqua. HEX triplet: 2E, ED and FD. RGB value is (46,237,253). Sum of RGB (Red+Green+Blue) = 46+237+253=536 (70% of max value = 765). Red value is 46 (18.36% from 255 or 8.58% from 536); Green value is 237 (92.97% from 255 or 44.22% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: blue. Hex color #2EEDFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EEDFD is #D11202. Grayscale: #B5B5B5. Windows color (decimal): -13701635 or 16641326. OLE color: 16641326.

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

Color convert

RGB46237253-
CMYK0.820.0600.01
HSL184.64º98.1%58.63%-
HSV(B)184.64º81.82%99.22%-
XYZ49.1468.24103.51-
YUV181.72168.2231.2-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 8.58%
GREEN value IS 237 (92.97% from 255) = 44.22%
BLUE value IS 253 (99.22% from 255) = 47.20%
R=8.58%
G=44.22%
B=47.20%

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
Decimal462372530.820.0600.01184.6498.158.63
Hex2EEDFD52601b9623b
Octal5635537512260127114273
Binary1011101110110111111101101001011001101110011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EEDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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