#09FDED

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

Shades of Aqua #09FDED

Tints of Aqua #09FDED

Color information

#09FDED (or 0x09FDED) is unknown color: approx Aqua. HEX triplet: 09, FD and ED. RGB value is (9,253,237). Sum of RGB (Red+Green+Blue) = 9+253+237=499 (66% of max value = 765). Red value is 9 (3.91% from 255 or 1.80% from 499); Green value is 253 (99.22% from 255 or 50.70% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 253 - color contains mainly: green. Hex color #09FDED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09FDED is #F60212. Grayscale: #B2B2B2. Windows color (decimal): -16122387 or 15596809. OLE color: 15596809.

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

Color convert

RGB9253237-
CMYK0.9600.060.01
HSL176.07º98.39%51.37%-
HSV(B)176.07º96.44%99.22%-
XYZ50.5276.4292.21-
YUV178.22161.167.3-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 1.80%
GREEN value IS 253 (99.22% from 255) = 50.70%
BLUE value IS 237 (92.97% from 255) = 47.49%
R=1.80%
G=50.70%
B=47.49%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal92532370.9600.060.01176.0798.3951.37
Hex9FDED60061b06233
Octal1137535514006126014263
Binary10011111110111101101110000001101101100001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09FDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,253,237); }

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

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

 a { background-color: rgb(9,253,237); }

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

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

 span { border-color: rgb(9,253,237); }

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