#11B0DD

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

Shades of Iris Blue #11B0DD

Tints of Iris Blue #11B0DD

Color information

#11B0DD (or 0x11B0DD) is unknown color: approx Iris Blue. HEX triplet: 11, B0 and DD. RGB value is (17,176,221). Sum of RGB (Red+Green+Blue) = 17+176+221=414 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.11% from 414); Green value is 176 (69.14% from 255 or 42.51% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #11B0DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11B0DD is #EE4F22. Grayscale: #858585. Windows color (decimal): -15617827 or 14528529. OLE color: 14528529.

HSL color Cylindrical-coordinate representation of color #11B0DD: hue angle of 193.24º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11B0DD is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17176221-
CMYK0.920.2000.13
HSL193.24º85.71%46.67%-
HSV(B)193.24º92.31%86.67%-
XYZ28.8136.3973.91-
YUV133.59177.3244.84-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.11%
GREEN value IS 176 (69.14% from 255) = 42.51%
BLUE value IS 221 (86.72% from 255) = 53.38%
R=4.11%
G=42.51%
B=53.38%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal171762210.920.2000.13193.2485.7146.67
Hex11B0DD5C140Dc1562f
Octal212603351342401530112657
Binary10001101100001101110110111001010001101110000011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11B0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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