#11B4BE

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

Shades of Iris Blue #11B4BE

Tints of Iris Blue #11B4BE

Color information

#11B4BE (or 0x11B4BE) is unknown color: approx Iris Blue. HEX triplet: 11, B4 and BE. RGB value is (17,180,190). Sum of RGB (Red+Green+Blue) = 17+180+190=387 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.39% from 387); Green value is 180 (70.70% from 255 or 46.51% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #11B4BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11B4BE is #EE4B41. Grayscale: #848484. Windows color (decimal): -15616834 or 12497937. OLE color: 12497937.

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

Color convert

RGB17180190-
CMYK0.910.0500.25
HSL183.47º83.57%40.59%-
HSV(B)183.47º91.05%74.51%-
XYZ25.8536.4854.39-
YUV132.4160.545.69-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.39%
GREEN value IS 180 (70.70% from 255) = 46.51%
BLUE value IS 190 (74.61% from 255) = 49.10%
R=4.39%
G=46.51%
B=49.10%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal171801900.910.0500.25183.4783.5740.59
Hex11B4BE5B5019b75429
Octal21264276133503126712451
Binary1000110110100101111101011011101011001101101111010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11B4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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