#11B9C7

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

Shades of Iris Blue #11B9C7

Tints of Iris Blue #11B9C7

Color information

#11B9C7 (or 0x11B9C7) is unknown color: approx Iris Blue. HEX triplet: 11, B9 and C7. RGB value is (17,185,199). Sum of RGB (Red+Green+Blue) = 17+185+199=401 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.24% from 401); Green value is 185 (72.66% from 255 or 46.13% from 401); Blue value is 199 (78.12% from 255 or 49.63% from 401); Max value from RGB is 199 - color contains mainly: blue. Hex color #11B9C7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11B9C7 is #EE4638. Grayscale: #888888. Windows color (decimal): -15615545 or 13089041. OLE color: 13089041.

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

Color convert

RGB17185199-
CMYK0.910.0700.22
HSL184.62º84.26%42.35%-
HSV(B)184.62º91.46%78.04%-
XYZ27.8938.9460.08-
YUV136.36163.3442.86-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.24%
GREEN value IS 185 (72.66% from 255) = 46.13%
BLUE value IS 199 (78.12% from 255) = 49.63%
R=4.24%
G=46.13%
B=49.63%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal171851990.910.0700.22184.6284.2642.35
Hex11B9C75B7016b9542a
Octal21271307133702627112452
Binary1000110111001110001111011011111010110101110011010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11B9C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,185,199); }

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

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

 a { background-color: rgb(17,185,199); }

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

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

 span { border-color: rgb(17,185,199); }

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