#11BCDD

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

Shades of Iris Blue #11BCDD

Tints of Iris Blue #11BCDD

Color information

#11BCDD (or 0x11BCDD) is unknown color: approx Iris Blue. HEX triplet: 11, BC and DD. RGB value is (17,188,221). Sum of RGB (Red+Green+Blue) = 17+188+221=426 (56% of max value = 765). Red value is 17 (7.03% from 255 or 3.99% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #11BCDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BCDD is #EE4322. Grayscale: #8C8C8C. Windows color (decimal): -15614755 or 14531601. OLE color: 14531601.

HSL color Cylindrical-coordinate representation of color #11BCDD: hue angle of 189.71º 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 #11BCDD is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17188221-
CMYK0.920.1500.13
HSL189.71º85.71%46.67%-
HSV(B)189.71º92.31%86.67%-
XYZ31.2741.3174.73-
YUV140.63173.3539.82-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.99%
GREEN value IS 188 (73.83% from 255) = 44.13%
BLUE value IS 221 (86.72% from 255) = 51.88%
R=3.99%
G=44.13%
B=51.88%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal171882210.920.1500.13189.7185.7146.67
Hex11BCDD5CF0Dbe562f
Octal212743351341701527612657
Binary1000110111100110111011011100111101101101111101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11BCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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