#09EFFA

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

Shades of Aqua #09EFFA

Tints of Aqua #09EFFA

Color information

#09EFFA (or 0x09EFFA) is unknown color: approx Aqua. HEX triplet: 09, EF and FA. RGB value is (9,239,250). Sum of RGB (Red+Green+Blue) = 9+239+250=498 (65% of max value = 765). Red value is 9 (3.91% from 255 or 1.81% from 498); Green value is 239 (93.75% from 255 or 47.99% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #09EFFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09EFFA is #F61005. Grayscale: #ABABAB. Windows color (decimal): -16125958 or 16445193. OLE color: 16445193.

HSL color Cylindrical-coordinate representation of color #09EFFA: hue angle of 182.74º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09EFFA is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB9239250-
CMYK0.960.0400.02
HSL182.74º96.02%50.78%-
HSV(B)182.74º96.4%98.04%-
XYZ48.2368.69101.16-
YUV171.48172.312.11-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 1.81%
GREEN value IS 239 (93.75% from 255) = 47.99%
BLUE value IS 250 (98.05% from 255) = 50.20%
R=1.81%
G=47.99%
B=50.20%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal92392500.960.0400.02182.7496.0250.78
Hex9EFFA60402b76033
Octal1135737214040226714063
Binary100111101111111110101100000100010101101111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09EFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09EFFA; }

 p { color: rgb(9,239,250); }

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

<style>
 a { background-color: #09EFFA; }

 a { background-color: rgb(9,239,250); }

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

<style>
 span { border-color: #09EFFA; }

 span { border-color: rgb(9,239,250); }

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