#11B7DD

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

Shades of Iris Blue #11B7DD

Tints of Iris Blue #11B7DD

Color information

#11B7DD (or 0x11B7DD) is unknown color: approx Iris Blue. HEX triplet: 11, B7 and DD. RGB value is (17,183,221). Sum of RGB (Red+Green+Blue) = 17+183+221=421 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.04% from 421); Green value is 183 (71.88% from 255 or 43.47% from 421); Blue value is 221 (86.72% from 255 or 52.49% from 421); Max value from RGB is 221 - color contains mainly: blue. Hex color #11B7DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11B7DD is #EE4822. Grayscale: #898989. Windows color (decimal): -15616035 or 14530321. OLE color: 14530321.

HSL color Cylindrical-coordinate representation of color #11B7DD: hue angle of 191.18º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11B7DD is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17183221-
CMYK0.920.1700.13
HSL191.18º85.71%46.67%-
HSV(B)191.18º92.31%86.67%-
XYZ30.2239.2174.38-
YUV137.717541.91-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.04%
GREEN value IS 183 (71.88% from 255) = 43.47%
BLUE value IS 221 (86.72% from 255) = 52.49%
R=4.04%
G=43.47%
B=52.49%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal171832210.920.1700.13191.1885.7146.67
Hex11B7DD5C110Dbf562f
Octal212673351342101527712657
Binary10001101101111101110110111001000101101101111111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11B7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,183,221); }

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

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

 a { background-color: rgb(17,183,221); }

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

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

 span { border-color: rgb(17,183,221); }

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