#11B3BE

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

Shades of Iris Blue #11B3BE

Tints of Iris Blue #11B3BE

Color information

#11B3BE (or 0x11B3BE) is unknown color: approx Iris Blue. HEX triplet: 11, B3 and BE. RGB value is (17,179,190). Sum of RGB (Red+Green+Blue) = 17+179+190=386 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.40% from 386); Green value is 179 (70.31% from 255 or 46.37% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #11B3BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11B3BE is #EE4C41. Grayscale: #838383. Windows color (decimal): -15617090 or 12497681. OLE color: 12497681.

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

Color convert

RGB17179190-
CMYK0.910.0600.25
HSL183.82º83.57%40.59%-
HSV(B)183.82º91.05%74.51%-
XYZ25.6536.0854.33-
YUV131.82160.8346.11-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.40%
GREEN value IS 179 (70.31% from 255) = 46.37%
BLUE value IS 190 (74.61% from 255) = 49.22%
R=4.40%
G=46.37%
B=49.22%

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
Decimal171791900.910.0600.25183.8283.5740.59
Hex11B3BE5B6019b85429
Octal21263276133603127012451
Binary1000110110011101111101011011110011001101110001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11B3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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