#11B9C5

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

Shades of Iris Blue #11B9C5

Tints of Iris Blue #11B9C5

Color information

#11B9C5 (or 0x11B9C5) is unknown color: approx Iris Blue. HEX triplet: 11, B9 and C5. RGB value is (17,185,197). Sum of RGB (Red+Green+Blue) = 17+185+197=399 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.26% from 399); Green value is 185 (72.66% from 255 or 46.37% from 399); Blue value is 197 (77.34% from 255 or 49.37% from 399); Max value from RGB is 197 - color contains mainly: blue. Hex color #11B9C5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11B9C5 is #EE463A. Grayscale: #878787. Windows color (decimal): -15615547 or 12957969. OLE color: 12957969.

HSL color Cylindrical-coordinate representation of color #11B9C5: hue angle of 184º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B9C5 is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17185197-
CMYK0.910.0600.23
HSL184º84.11%41.96%-
HSV(B)184º91.37%77.25%-
XYZ27.6638.8558.86-
YUV136.14162.3443.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.26%
GREEN value IS 185 (72.66% from 255) = 46.37%
BLUE value IS 197 (77.34% from 255) = 49.37%
R=4.26%
G=46.37%
B=49.37%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal171851970.910.0600.2318484.1141.96
Hex11B9C55B6017b8542a
Octal21271305133602727012452
Binary1000110111001110001011011011110010111101110001010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11B9C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,185,197); }

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

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

 a { background-color: rgb(17,185,197); }

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

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

 span { border-color: rgb(17,185,197); }

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