#09FCF9

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

Shades of Aqua #09FCF9

Tints of Aqua #09FCF9

Color information

#09FCF9 (or 0x09FCF9) is unknown color: approx Aqua. HEX triplet: 09, FC and F9. RGB value is (9,252,249). Sum of RGB (Red+Green+Blue) = 9+252+249=510 (67% of max value = 765). Red value is 9 (3.91% from 255 or 1.76% from 510); Green value is 252 (98.83% from 255 or 49.41% from 510); Blue value is 249 (97.66% from 255 or 48.82% from 510); Max value from RGB is 252 - color contains mainly: green. Hex color #09FCF9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09FCF9 is #F60306. Grayscale: #B2B2B2. Windows color (decimal): -16122631 or 16382985. OLE color: 16382985.

HSL color Cylindrical-coordinate representation of color #09FCF9: hue angle of 179.26º 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 #09FCF9 is Cyan = 0.96, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB9252249-
CMYK0.9600.010.01
HSL179.26º97.59%51.18%-
HSV(B)179.26º96.43%98.82%-
XYZ52.0276.52101.65-
YUV179167.496.74-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 1.76%
GREEN value IS 252 (98.83% from 255) = 49.41%
BLUE value IS 249 (97.66% from 255) = 48.82%
R=1.76%
G=49.41%
B=48.82%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal92522490.9600.010.01179.2697.5951.18
Hex9FCF960011b36233
Octal1137437114001126314263
Binary100111111100111110011100000011101100111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09FCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,252,249); }

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

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

 a { background-color: rgb(9,252,249); }

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

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

 span { border-color: rgb(9,252,249); }

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