#11BEC6

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

Shades of Iris Blue #11BEC6

Tints of Iris Blue #11BEC6

Color information

#11BEC6 (or 0x11BEC6) is unknown color: approx Iris Blue. HEX triplet: 11, BE and C6. RGB value is (17,190,198). Sum of RGB (Red+Green+Blue) = 17+190+198=405 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.20% from 405); Green value is 190 (74.61% from 255 or 46.91% from 405); Blue value is 198 (77.73% from 255 or 48.89% from 405); Max value from RGB is 198 - color contains mainly: blue. Hex color #11BEC6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BEC6 is #EE4139. Grayscale: #8A8A8A. Windows color (decimal): -15614266 or 13024785. OLE color: 13024785.

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

Color convert

RGB17190198-
CMYK0.910.0400.22
HSL182.65º84.19%42.16%-
HSV(B)182.65º91.41%77.65%-
XYZ28.8441.0259.82-
YUV139.18161.1940.85-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.20%
GREEN value IS 190 (74.61% from 255) = 46.91%
BLUE value IS 198 (77.73% from 255) = 48.89%
R=4.20%
G=46.91%
B=48.89%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal171901980.910.0400.22182.6584.1942.16
Hex11BEC65B4016b7542a
Octal21276306133402626712452
Binary1000110111110110001101011011100010110101101111010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11BEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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