#09FCFA

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

Shades of Aqua #09FCFA

Tints of Aqua #09FCFA

Color information

#09FCFA (or 0x09FCFA) is unknown color: approx Aqua. HEX triplet: 09, FC and FA. RGB value is (9,252,250). Sum of RGB (Red+Green+Blue) = 9+252+250=511 (67% of max value = 765). Red value is 9 (3.91% from 255 or 1.76% from 511); Green value is 252 (98.83% from 255 or 49.32% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 252 - color contains mainly: green. Hex color #09FCFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09FCFA is #F60305. Grayscale: #B2B2B2. Windows color (decimal): -16122630 or 16448521. OLE color: 16448521.

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

Color convert

RGB9252250-
CMYK0.9600.010.01
HSL179.51º97.59%51.18%-
HSV(B)179.51º96.43%98.82%-
XYZ52.1876.58102.47-
YUV179.11167.996.66-

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.32%
BLUE value IS 250 (98.05% from 255) = 48.92%
R=1.76%
G=49.32%
B=48.92%

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
Decimal92522500.9600.010.01179.5197.5951.18
Hex9FCFA60011b46233
Octal1137437214001126414263
Binary100111111100111110101100000011101101001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09FCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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