#11B6CC

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

Shades of Iris Blue #11B6CC

Tints of Iris Blue #11B6CC

Color information

#11B6CC (or 0x11B6CC) is unknown color: approx Iris Blue. HEX triplet: 11, B6 and CC. RGB value is (17,182,204). Sum of RGB (Red+Green+Blue) = 17+182+204=403 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.22% from 403); Green value is 182 (71.48% from 255 or 45.16% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #11B6CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11B6CC is #EE4933. Grayscale: #868686. Windows color (decimal): -15616308 or 13415953. OLE color: 13415953.

HSL color Cylindrical-coordinate representation of color #11B6CC: hue angle of 187.06º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11B6CC is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17182204-
CMYK0.920.1100.2
HSL187.06º84.62%43.33%-
HSV(B)187.06º91.67%80%-
XYZ27.8637.9362.98-
YUV135.17166.8443.71-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.22%
GREEN value IS 182 (71.48% from 255) = 45.16%
BLUE value IS 204 (80.08% from 255) = 50.62%
R=4.22%
G=45.16%
B=50.62%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal171822040.920.1100.2187.0684.6243.33
Hex11B6CC5CB014bb552b
Octal212663141341302427312553
Binary10001101101101100110010111001011010100101110111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11B6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,182,204); }

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

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

 a { background-color: rgb(17,182,204); }

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

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

 span { border-color: rgb(17,182,204); }

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