#11C1C2

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

Shades of Iris Blue #11C1C2

Tints of Iris Blue #11C1C2

Color information

#11C1C2 (or 0x11C1C2) is unknown color: approx Iris Blue. HEX triplet: 11, C1 and C2. RGB value is (17,193,194). Sum of RGB (Red+Green+Blue) = 17+193+194=404 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.21% from 404); Green value is 193 (75.78% from 255 or 47.77% from 404); Blue value is 194 (76.17% from 255 or 48.02% from 404); Max value from RGB is 194 - color contains mainly: blue. Hex color #11C1C2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11C1C2 is #EE3E3D. Grayscale: #8C8C8C. Windows color (decimal): -15613502 or 12763409. OLE color: 12763409.

HSL color Cylindrical-coordinate representation of color #11C1C2: hue angle of 180.34º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C1C2 is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17193194-
CMYK0.910.0100.24
HSL180.34º83.89%41.37%-
HSV(B)180.34º91.24%76.08%-
XYZ29.0442.1557.65-
YUV140.49158.1939.92-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.21%
GREEN value IS 193 (75.78% from 255) = 47.77%
BLUE value IS 194 (76.17% from 255) = 48.02%
R=4.21%
G=47.77%
B=48.02%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal171931940.910.0100.24180.3483.8941.37
Hex11C1C25B1018b45429
Octal21301302133103026412451
Binary10001110000011100001010110111011000101101001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11C1C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,193,194); }

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

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

 a { background-color: rgb(17,193,194); }

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

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

 span { border-color: rgb(17,193,194); }

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