#11BAC6

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

Shades of Iris Blue #11BAC6

Tints of Iris Blue #11BAC6

Color information

#11BAC6 (or 0x11BAC6) is unknown color: approx Iris Blue. HEX triplet: 11, BA and C6. RGB value is (17,186,198). Sum of RGB (Red+Green+Blue) = 17+186+198=401 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.24% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 198 (77.73% from 255 or 49.38% from 401); Max value from RGB is 198 - color contains mainly: blue. Hex color #11BAC6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BAC6 is #EE4539. Grayscale: #888888. Windows color (decimal): -15615290 or 13023761. OLE color: 13023761.

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

Color convert

RGB17186198-
CMYK0.910.0600.22
HSL183.98º84.19%42.16%-
HSV(B)183.98º91.41%77.65%-
XYZ27.9839.3159.54-
YUV136.84162.5142.52-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.24%
GREEN value IS 186 (73.05% from 255) = 46.38%
BLUE value IS 198 (77.73% from 255) = 49.38%
R=4.24%
G=46.38%
B=49.38%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal171861980.910.0600.22183.9884.1942.16
Hex11BAC65B6016b8542a
Octal21272306133602627012452
Binary1000110111010110001101011011110010110101110001010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11BAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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