#11B0D0

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

Shades of Iris Blue #11B0D0

Tints of Iris Blue #11B0D0

Color information

#11B0D0 (or 0x11B0D0) is unknown color: approx Iris Blue. HEX triplet: 11, B0 and D0. RGB value is (17,176,208). Sum of RGB (Red+Green+Blue) = 17+176+208=401 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.24% from 401); Green value is 176 (69.14% from 255 or 43.89% from 401); Blue value is 208 (81.64% from 255 or 51.87% from 401); Max value from RGB is 208 - color contains mainly: blue. Hex color #11B0D0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11B0D0 is #EE4F2F. Grayscale: #838383. Windows color (decimal): -15617840 or 13676561. OLE color: 13676561.

HSL color Cylindrical-coordinate representation of color #11B0D0: hue angle of 190.05º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11B0D0 is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17176208-
CMYK0.920.1500.18
HSL190.05º84.89%44.12%-
HSV(B)190.05º91.83%81.57%-
XYZ27.1435.7265.14-
YUV132.11170.8245.9-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.24%
GREEN value IS 176 (69.14% from 255) = 43.89%
BLUE value IS 208 (81.64% from 255) = 51.87%
R=4.24%
G=43.89%
B=51.87%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal171762080.920.1500.18190.0584.8944.12
Hex11B0D05CF012be552c
Octal212603201341702227612554
Binary10001101100001101000010111001111010010101111101010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11B0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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