#11ABBE

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

Shades of Iris Blue #11ABBE

Tints of Iris Blue #11ABBE

Color information

#11ABBE (or 0x11ABBE) is unknown color: approx Iris Blue. HEX triplet: 11, AB and BE. RGB value is (17,171,190). Sum of RGB (Red+Green+Blue) = 17+171+190=378 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.50% from 378); Green value is 171 (67.19% from 255 or 45.24% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #11ABBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11ABBE is #EE5441. Grayscale: #7E7E7E. Windows color (decimal): -15619138 or 12495633. OLE color: 12495633.

HSL color Cylindrical-coordinate representation of color #11ABBE: hue angle of 186.59º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11ABBE is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17171190-
CMYK0.910.1000.25
HSL186.59º83.57%40.59%-
HSV(B)186.59º91.05%74.51%-
XYZ24.0932.9653.81-
YUV127.12163.4849.46-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.50%
GREEN value IS 171 (67.19% from 255) = 45.24%
BLUE value IS 190 (74.61% from 255) = 50.26%
R=4.50%
G=45.24%
B=50.26%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal171711900.910.1000.25186.5983.5740.59
Hex11ABBE5BA019bb5429
Octal212532761331203127312451
Binary10001101010111011111010110111010011001101110111010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11ABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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