#11AACA

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

Shades of Iris Blue #11AACA

Tints of Iris Blue #11AACA

Color information

#11AACA (or 0x11AACA) is unknown color: approx Iris Blue. HEX triplet: 11, AA and CA. RGB value is (17,170,202). Sum of RGB (Red+Green+Blue) = 17+170+202=389 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.37% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 202 (79.30% from 255 or 51.93% from 389); Max value from RGB is 202 - color contains mainly: blue. Hex color #11AACA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11AACA is #EE5535. Grayscale: #7F7F7F. Windows color (decimal): -15619382 or 13281809. OLE color: 13281809.

HSL color Cylindrical-coordinate representation of color #11AACA: hue angle of 190.38º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11AACA is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17170202-
CMYK0.920.1600.21
HSL190.38º84.47%42.94%-
HSV(B)190.38º91.58%79.22%-
XYZ25.2733.1360.94-
YUV127.9169.8148.9-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.37%
GREEN value IS 170 (66.80% from 255) = 43.70%
BLUE value IS 202 (79.30% from 255) = 51.93%
R=4.37%
G=43.70%
B=51.93%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal171702020.920.1600.21190.3884.4742.94
Hex11AACA5C10015be542b
Octal212523121342002527612453
Binary100011010101011001010101110010000010101101111101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11AACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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