#11b7c4

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

Shades of Iris Blue #11B7C4

Tints of Iris Blue #11B7C4

Color information

#11B7C4 (or 0x11B7C4) is unknown color: approx Iris Blue. HEX triplet: 11, B7 and C4. RGB value is (17,183,196). Sum of RGB (Red+Green+Blue) = 17+183+196=396 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.29% from 396); Green value is 183 (71.88% from 255 or 46.21% from 396); Blue value is 196 (76.95% from 255 or 49.49% from 396); Max value from RGB is 196 - color contains mainly: blue. Hex color #11B7C4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11B7C4 is #EE483B. Grayscale: #868686. Windows color (decimal): -15616060 or 12891921. OLE color: 12891921.

HSL color Cylindrical-coordinate representation of color #11B7C4: hue angle of 184.36º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B7C4 is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17183196-
CMYK0.910.0700.23
HSL184.36º84.04%41.76%-
HSV(B)184.36º91.33%76.86%-
XYZ27.1337.9758.12-
YUV134.85162.543.94-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.29%
GREEN value IS 183 (71.88% from 255) = 46.21%
BLUE value IS 196 (76.95% from 255) = 49.49%
R=4.29%
G=46.21%
B=49.49%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal171831960.910.0700.23184.3684.0441.76
Hex11B7C45B7017b8542a
Octal21267304133702727012452
Binary1000110110111110001001011011111010111101110001010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11b7c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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