#11FAF6

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

Shades of Aqua #11FAF6

Tints of Aqua #11FAF6

Color information

#11FAF6 (or 0x11FAF6) is unknown color: approx Aqua. HEX triplet: 11, FA and F6. RGB value is (17,250,246). Sum of RGB (Red+Green+Blue) = 17+250+246=513 (67% of max value = 765). Red value is 17 (7.03% from 255 or 3.31% from 513); Green value is 250 (98.05% from 255 or 48.73% from 513); Blue value is 246 (96.48% from 255 or 47.95% from 513); Max value from RGB is 250 - color contains mainly: green. Hex color #11FAF6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11FAF6 is #EE0509. Grayscale: #B3B3B3. Windows color (decimal): -15598858 or 16185873. OLE color: 16185873.

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

Color convert

RGB17250246-
CMYK0.9300.020.02
HSL178.97º95.88%52.35%-
HSV(B)178.97º93.2%98.04%-
XYZ51.0575.1499-
YUV179.88165.3111.83-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.31%
GREEN value IS 250 (98.05% from 255) = 48.73%
BLUE value IS 246 (96.48% from 255) = 47.95%
R=3.31%
G=48.73%
B=47.95%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal172502460.9300.020.02178.9795.8852.35
Hex11FAF65D022b36034
Octal2137236613502226314064
Binary100011111101011110110101110101010101100111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11FAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11FAF6; }

 p { color: rgb(17,250,246); }

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

<style>
 a { background-color: #11FAF6; }

 a { background-color: rgb(17,250,246); }

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

<style>
 span { border-color: #11FAF6; }

 span { border-color: rgb(17,250,246); }

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