#11B2BE

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

Shades of Iris Blue #11B2BE

Tints of Iris Blue #11B2BE

Color information

#11B2BE (or 0x11B2BE) is unknown color: approx Iris Blue. HEX triplet: 11, B2 and BE. RGB value is (17,178,190). Sum of RGB (Red+Green+Blue) = 17+178+190=385 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.42% from 385); Green value is 178 (69.92% from 255 or 46.23% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #11B2BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11B2BE is #EE4D41. Grayscale: #838383. Windows color (decimal): -15617346 or 12497425. OLE color: 12497425.

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

Color convert

RGB17178190-
CMYK0.910.0600.25
HSL184.16º83.57%40.59%-
HSV(B)184.16º91.05%74.51%-
XYZ25.4535.6854.26-
YUV131.23161.1646.52-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.42%
GREEN value IS 178 (69.92% from 255) = 46.23%
BLUE value IS 190 (74.61% from 255) = 49.35%
R=4.42%
G=46.23%
B=49.35%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal171781900.910.0600.25184.1683.5740.59
Hex11B2BE5B6019b85429
Octal21262276133603127012451
Binary1000110110010101111101011011110011001101110001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11B2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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