#11FDF7

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

Shades of Aqua #11FDF7

Tints of Aqua #11FDF7

Color information

#11FDF7 (or 0x11FDF7) is unknown color: approx Aqua. HEX triplet: 11, FD and F7. RGB value is (17,253,247). Sum of RGB (Red+Green+Blue) = 17+253+247=517 (68% of max value = 765). Red value is 17 (7.03% from 255 or 3.29% from 517); Green value is 253 (99.22% from 255 or 48.94% from 517); Blue value is 247 (96.88% from 255 or 47.78% from 517); Max value from RGB is 253 - color contains mainly: green. Hex color #11FDF7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11FDF7 is #EE0208. Grayscale: #B5B5B5. Windows color (decimal): -15598089 or 16252177. OLE color: 16252177.

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

Color convert

RGB17253247-
CMYK0.9300.020.01
HSL178.47º98.33%52.94%-
HSV(B)178.47º93.28%99.22%-
XYZ52.1477.09100.13-
YUV181.75164.8110.49-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.29%
GREEN value IS 253 (99.22% from 255) = 48.94%
BLUE value IS 247 (96.88% from 255) = 47.78%
R=3.29%
G=48.94%
B=47.78%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal172532470.9300.020.01178.4798.3352.94
Hex11FDF75D021b26235
Octal2137536713502126214265
Binary10001111111011111011110111010101101100101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11FDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,253,247); }

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

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

 a { background-color: rgb(17,253,247); }

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

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

 span { border-color: rgb(17,253,247); }

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