#2EFAFF

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

Shades of Aqua #2EFAFF

Tints of Aqua #2EFAFF

Color information

#2EFAFF (or 0x2EFAFF) is unknown color: approx Aqua. HEX triplet: 2E, FA and FF. RGB value is (46,250,255). Sum of RGB (Red+Green+Blue) = 46+250+255=551 (72% of max value = 765). Red value is 46 (18.36% from 255 or 8.35% from 551); Green value is 250 (98.05% from 255 or 45.37% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #2EFAFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EFAFF is #D10500. Grayscale: #BDBDBD. Windows color (decimal): -13698305 or 16775726. OLE color: 16775726.

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

Color convert

RGB46250255-
CMYK0.820.0200
HSL181.44º100%59.02%-
HSV(B)181.44º81.96%100%-
XYZ53.3676.17106.5-
YUV189.57164.9125.59-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 8.35%
GREEN value IS 250 (98.05% from 255) = 45.37%
BLUE value IS 255 (100% from 255) = 46.28%
R=8.35%
G=45.37%
B=46.28%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal462502550.820.0200181.4410059.02
Hex2EFAFF52200b5643b
Octal5637237712220026514473
Binary101110111110101111111110100101000101101011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EFAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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