#00E2F9

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

Shades of Aqua #00E2F9

Tints of Aqua #00E2F9

Color information

#00E2F9 (or 0x00E2F9) is unknown color: approx Aqua. HEX triplet: 00, E2 and F9. RGB value is (0,226,249). Sum of RGB (Red+Green+Blue) = 0+226+249=475 (62% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 475); Green value is 226 (88.67% from 255 or 47.58% from 475); Blue value is 249 (97.66% from 255 or 52.42% from 475); Max value from RGB is 249 - color contains mainly: blue. Hex color #00E2F9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00E2F9 is #FF1D06. Grayscale: #A0A0A0. Windows color (decimal): -16719111 or 16376320. OLE color: 16376320.

HSL color Cylindrical-coordinate representation of color #00E2F9: hue angle of 185.54º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E2F9 is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB0226249-
CMYK10.0900.02
HSL185.54º100%48.82%-
HSV(B)185.54º100%97.65%-
XYZ44.361.2399.11-
YUV161.05177.6313.13-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 226 (88.67% from 255) = 47.58%
BLUE value IS 249 (97.66% from 255) = 52.42%
R=0%
G=47.58%
B=52.42%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal022624910.0900.02185.5410048.82
Hex0E2F964902ba6431
Octal0342371144110227214461
Binary0111000101111100111001001001010101110101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00E2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00E2F9; }

 p { color: rgb(0,226,249); }

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

<style>
 a { background-color: #00E2F9; }

 a { background-color: rgb(0,226,249); }

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

<style>
 span { border-color: #00E2F9; }

 span { border-color: rgb(0,226,249); }

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