#11F5FA

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

Shades of Aqua #11F5FA

Tints of Aqua #11F5FA

Color information

#11F5FA (or 0x11F5FA) is unknown color: approx Aqua. HEX triplet: 11, F5 and FA. RGB value is (17,245,250). Sum of RGB (Red+Green+Blue) = 17+245+250=512 (67% of max value = 765). Red value is 17 (7.03% from 255 or 3.32% from 512); Green value is 245 (96.09% from 255 or 47.85% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #11F5FA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11F5FA is #EE0A05. Grayscale: #B1B1B1. Windows color (decimal): -15600134 or 16446737. OLE color: 16446737.

HSL color Cylindrical-coordinate representation of color #11F5FA: hue angle of 181.29º 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 #11F5FA is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17245250-
CMYK0.930.0200.02
HSL181.29º95.88%52.35%-
HSV(B)181.29º93.2%98.04%-
XYZ50.1472.33101.76-
YUV177.4168.9613.59-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.32%
GREEN value IS 245 (96.09% from 255) = 47.85%
BLUE value IS 250 (98.05% from 255) = 48.83%
R=3.32%
G=47.85%
B=48.83%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal172452500.930.0200.02181.2995.8852.35
Hex11F5FA5D202b56034
Octal2136537213520226514064
Binary100011111010111111010101110110010101101011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11F5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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