#2EFBFF

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

Shades of Aqua #2EFBFF

Tints of Aqua #2EFBFF

Color information

#2EFBFF (or 0x2EFBFF) is unknown color: approx Aqua. HEX triplet: 2E, FB and FF. RGB value is (46,251,255). Sum of RGB (Red+Green+Blue) = 46+251+255=552 (73% of max value = 765). Red value is 46 (18.36% from 255 or 8.33% from 552); Green value is 251 (98.44% from 255 or 45.47% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #2EFBFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EFBFF is #D10400. Grayscale: #BDBDBD. Windows color (decimal): -13698049 or 16775982. OLE color: 16775982.

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

Color convert

RGB46251255-
CMYK0.820.0200
HSL181.15º100%59.02%-
HSV(B)181.15º81.96%100%-
XYZ53.6776.8106.6-
YUV190.16164.5825.17-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 8.33%
GREEN value IS 251 (98.44% from 255) = 45.47%
BLUE value IS 255 (100% from 255) = 46.20%
R=8.33%
G=45.47%
B=46.20%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal462512550.820.0200181.1510059.02
Hex2EFBFF52200b5643b
Octal5637337712220026514473
Binary101110111110111111111110100101000101101011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EFBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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