#00EAF9

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

Shades of Aqua #00EAF9

Tints of Aqua #00EAF9

Color information

#00EAF9 (or 0x00EAF9) is unknown color: approx Aqua. HEX triplet: 00, EA and F9. RGB value is (0,234,249). Sum of RGB (Red+Green+Blue) = 0+234+249=483 (63% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 483); Green value is 234 (91.80% from 255 or 48.45% from 483); Blue value is 249 (97.66% from 255 or 51.55% from 483); Max value from RGB is 249 - color contains mainly: blue. Hex color #00EAF9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00EAF9 is #FF1506. Grayscale: #A5A5A5. Windows color (decimal): -16717063 or 16378368. OLE color: 16378368.

HSL color Cylindrical-coordinate representation of color #00EAF9: hue angle of 183.61º 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 #00EAF9 is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB0234249-
CMYK10.0600.02
HSL183.61º100%48.82%-
HSV(B)183.61º100%97.65%-
XYZ46.5265.6999.85-
YUV165.74174.989.78-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 234 (91.80% from 255) = 48.45%
BLUE value IS 249 (97.66% from 255) = 51.55%
R=0%
G=48.45%
B=51.55%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal023424910.0600.02183.6110048.82
Hex0EAF964602b86431
Octal035237114460227014461
Binary011101010111110011100100110010101110001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00EAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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