#11abba

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

Shades of Iris Blue #11ABBA

Tints of Iris Blue #11ABBA

Color information

#11ABBA (or 0x11ABBA) is unknown color: approx Iris Blue. HEX triplet: 11, AB and BA. RGB value is (17,171,186). Sum of RGB (Red+Green+Blue) = 17+171+186=374 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.55% from 374); Green value is 171 (67.19% from 255 or 45.72% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #11ABBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11ABBA is #EE5445. Grayscale: #7E7E7E. Windows color (decimal): -15619142 or 12233489. OLE color: 12233489.

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

Color convert

RGB17171186-
CMYK0.910.0800.27
HSL185.33º83.25%39.8%-
HSV(B)185.33º90.86%72.94%-
XYZ23.6632.7951.54-
YUV126.66161.4849.78-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.55%
GREEN value IS 171 (67.19% from 255) = 45.72%
BLUE value IS 186 (73.05% from 255) = 49.73%
R=4.55%
G=45.72%
B=49.73%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171711860.910.0800.27185.3383.2539.8
Hex11ABBA5B801Bb95328
Octal212532721331003327112350
Binary10001101010111011101010110111000011011101110011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11abba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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