#11BDC5

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

Shades of Iris Blue #11BDC5

Tints of Iris Blue #11BDC5

Color information

#11BDC5 (or 0x11BDC5) is unknown color: approx Iris Blue. HEX triplet: 11, BD and C5. RGB value is (17,189,197). Sum of RGB (Red+Green+Blue) = 17+189+197=403 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.22% from 403); Green value is 189 (74.22% from 255 or 46.90% from 403); Blue value is 197 (77.34% from 255 or 48.88% from 403); Max value from RGB is 197 - color contains mainly: blue. Hex color #11BDC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BDC5 is #EE423A. Grayscale: #8A8A8A. Windows color (decimal): -15614523 or 12958993. OLE color: 12958993.

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

Color convert

RGB17189197-
CMYK0.910.0400.23
HSL182.67º84.11%41.96%-
HSV(B)182.67º91.37%77.25%-
XYZ28.5140.5559.15-
YUV138.48161.0241.35-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.22%
GREEN value IS 189 (74.22% from 255) = 46.90%
BLUE value IS 197 (77.34% from 255) = 48.88%
R=4.22%
G=46.90%
B=48.88%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal171891970.910.0400.23182.6784.1141.96
Hex11BDC55B4017b7542a
Octal21275305133402726712452
Binary1000110111101110001011011011100010111101101111010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11BDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,189,197); }

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

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

 a { background-color: rgb(17,189,197); }

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

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

 span { border-color: rgb(17,189,197); }

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