#11B0C4

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

Shades of Iris Blue #11B0C4

Tints of Iris Blue #11B0C4

Color information

#11B0C4 (or 0x11B0C4) is unknown color: approx Iris Blue. HEX triplet: 11, B0 and C4. RGB value is (17,176,196). Sum of RGB (Red+Green+Blue) = 17+176+196=389 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.37% from 389); Green value is 176 (69.14% from 255 or 45.24% from 389); Blue value is 196 (76.95% from 255 or 50.39% from 389); Max value from RGB is 196 - color contains mainly: blue. Hex color #11B0C4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11B0C4 is #EE4F3B. Grayscale: #828282. Windows color (decimal): -15617852 or 12890129. OLE color: 12890129.

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

Color convert

RGB17176196-
CMYK0.910.1000.23
HSL186.7º84.04%41.76%-
HSV(B)186.7º91.33%76.86%-
XYZ25.7235.1657.65-
YUV130.74164.8246.87-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.37%
GREEN value IS 176 (69.14% from 255) = 45.24%
BLUE value IS 196 (76.95% from 255) = 50.39%
R=4.37%
G=45.24%
B=50.39%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal171761960.910.1000.23186.784.0441.76
Hex11B0C45BA017bb542a
Octal212603041331202727312452
Binary10001101100001100010010110111010010111101110111010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11B0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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