#11AABB

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

Shades of Iris Blue #11AABB

Tints of Iris Blue #11AABB

Color information

#11AABB (or 0x11AABB) is unknown color: approx Iris Blue. HEX triplet: 11, AA and BB. RGB value is (17,170,187). Sum of RGB (Red+Green+Blue) = 17+170+187=374 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.55% from 374); Green value is 170 (66.80% from 255 or 45.45% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #11AABB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11AABB is #EE5544. Grayscale: #7D7D7D. Windows color (decimal): -15619397 or 12298769. OLE color: 12298769.

HSL color Cylindrical-coordinate representation of color #11AABB: hue angle of 186º 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 #11AABB is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17170187-
CMYK0.910.0900.27
HSL186º83.33%40%-
HSV(B)186º90.91%73.33%-
XYZ23.5832.4652.04-
YUV126.19162.3150.12-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.55%
GREEN value IS 170 (66.80% from 255) = 45.45%
BLUE value IS 187 (73.44% from 255) = 50%
R=4.55%
G=45.45%
B=50%

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
Decimal171701870.910.0900.2718683.3340
Hex11AABB5B901Bba5328
Octal212522731331103327212350
Binary10001101010101011101110110111001011011101110101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11AABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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