#00ECF9

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

Shades of Aqua #00ECF9

Tints of Aqua #00ECF9

Color information

#00ECF9 (or 0x00ECF9) is unknown color: approx Aqua. HEX triplet: 00, EC and F9. RGB value is (0,236,249). Sum of RGB (Red+Green+Blue) = 0+236+249=485 (64% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 485); Green value is 236 (92.58% from 255 or 48.66% from 485); Blue value is 249 (97.66% from 255 or 51.34% from 485); Max value from RGB is 249 - color contains mainly: blue. Hex color #00ECF9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00ECF9 is #FF1306. Grayscale: #A6A6A6. Windows color (decimal): -16716551 or 16378880. OLE color: 16378880.

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

Color convert

RGB0236249-
CMYK10.0500.02
HSL183.13º100%48.82%-
HSV(B)183.13º100%97.65%-
XYZ47.0966.83100.04-
YUV166.92174.318.94-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 236 (92.58% from 255) = 48.66%
BLUE value IS 249 (97.66% from 255) = 51.34%
R=0%
G=48.66%
B=51.34%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal023624910.0500.02183.1310048.82
Hex0ECF964502b76431
Octal035437114450226714461
Binary011101100111110011100100101010101101111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00ECF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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