#11B1BD

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

Shades of Iris Blue #11B1BD

Tints of Iris Blue #11B1BD

Color information

#11B1BD (or 0x11B1BD) is unknown color: approx Iris Blue. HEX triplet: 11, B1 and BD. RGB value is (17,177,189). Sum of RGB (Red+Green+Blue) = 17+177+189=383 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.44% from 383); Green value is 177 (69.53% from 255 or 46.21% from 383); Blue value is 189 (74.22% from 255 or 49.35% from 383); Max value from RGB is 189 - color contains mainly: blue. Hex color #11B1BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11B1BD is #EE4E42. Grayscale: #828282. Windows color (decimal): -15617603 or 12431633. OLE color: 12431633.

HSL color Cylindrical-coordinate representation of color #11B1BD: hue angle of 184.19º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B1BD is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17177189-
CMYK0.910.0600.26
HSL184.19º83.5%40.39%-
HSV(B)184.19º91.01%74.12%-
XYZ25.1435.2453.62-
YUV130.53160.9947.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.44%
GREEN value IS 177 (69.53% from 255) = 46.21%
BLUE value IS 189 (74.22% from 255) = 49.35%
R=4.44%
G=46.21%
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.26
SystemRedGreenBlueCMYKHSL
Decimal171771890.910.0600.26184.1983.540.39
Hex11B1BD5B601Ab85328
Octal21261275133603227012350
Binary1000110110001101111011011011110011010101110001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11B1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,177,189); }

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

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

 a { background-color: rgb(17,177,189); }

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

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

 span { border-color: rgb(17,177,189); }

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