#11A8BF

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

Shades of Iris Blue #11A8BF

Tints of Iris Blue #11A8BF

Color information

#11A8BF (or 0x11A8BF) is unknown color: approx Iris Blue. HEX triplet: 11, A8 and BF. RGB value is (17,168,191). Sum of RGB (Red+Green+Blue) = 17+168+191=376 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.52% from 376); Green value is 168 (66.02% from 255 or 44.68% from 376); Blue value is 191 (75% from 255 or 50.80% from 376); Max value from RGB is 191 - color contains mainly: blue. Hex color #11A8BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11A8BF is #EE5740. Grayscale: #7D7D7D. Windows color (decimal): -15619905 or 12560401. OLE color: 12560401.

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

Color convert

RGB17168191-
CMYK0.910.1200.25
HSL187.93º83.65%40.78%-
HSV(B)187.93º91.1%74.9%-
XYZ23.6431.8954.2-
YUV125.47164.9750.63-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.52%
GREEN value IS 168 (66.02% from 255) = 44.68%
BLUE value IS 191 (75% from 255) = 50.80%
R=4.52%
G=44.68%
B=50.80%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal171681910.910.1200.25187.9383.6540.78
Hex11A8BF5BC019bc5429
Octal212502771331403127412451
Binary10001101010001011111110110111100011001101111001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11A8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,168,191); }

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

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

 a { background-color: rgb(17,168,191); }

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

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

 span { border-color: rgb(17,168,191); }

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