#11AABA

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

Shades of Iris Blue #11AABA

Tints of Iris Blue #11AABA

Color information

#11AABA (or 0x11AABA) is unknown color: approx Iris Blue. HEX triplet: 11, AA and BA. RGB value is (17,170,186). Sum of RGB (Red+Green+Blue) = 17+170+186=373 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.56% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #11AABA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11AABA is #EE5545. Grayscale: #7D7D7D. Windows color (decimal): -15619398 or 12233233. OLE color: 12233233.

HSL color Cylindrical-coordinate representation of color #11AABA: hue angle of 185.68º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11AABA is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17170186-
CMYK0.910.0900.27
HSL185.68º83.25%39.8%-
HSV(B)185.68º90.86%72.94%-
XYZ23.4732.4151.47-
YUV126.08161.8150.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.56%
GREEN value IS 170 (66.80% from 255) = 45.58%
BLUE value IS 186 (73.05% from 255) = 49.87%
R=4.56%
G=45.58%
B=49.87%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171701860.910.0900.27185.6883.2539.8
Hex11AABA5B901Bba5328
Octal212522721331103327212350
Binary10001101010101011101010110111001011011101110101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11AABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,170,186); }

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

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

 a { background-color: rgb(17,170,186); }

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

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

 span { border-color: rgb(17,170,186); }

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