#11BDC8

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

Shades of Iris Blue #11BDC8

Tints of Iris Blue #11BDC8

Color information

#11BDC8 (or 0x11BDC8) is unknown color: approx Iris Blue. HEX triplet: 11, BD and C8. RGB value is (17,189,200). Sum of RGB (Red+Green+Blue) = 17+189+200=406 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.19% from 406); Green value is 189 (74.22% from 255 or 46.55% from 406); Blue value is 200 (78.52% from 255 or 49.26% from 406); Max value from RGB is 200 - color contains mainly: blue. Hex color #11BDC8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BDC8 is #EE4237. Grayscale: #8A8A8A. Windows color (decimal): -15614520 or 13155601. OLE color: 13155601.

HSL color Cylindrical-coordinate representation of color #11BDC8: hue angle of 183.61º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11BDC8 is Cyan = 0.92, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17189200-
CMYK0.920.0600.22
HSL183.61º84.33%42.55%-
HSV(B)183.61º91.5%78.43%-
XYZ28.8540.6860.98-
YUV138.83162.5241.11-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.19%
GREEN value IS 189 (74.22% from 255) = 46.55%
BLUE value IS 200 (78.52% from 255) = 49.26%
R=4.19%
G=46.55%
B=49.26%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal171892000.920.0600.22183.6184.3342.55
Hex11BDC85C6016b8542b
Octal21275310134602627012453
Binary1000110111101110010001011100110010110101110001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11BDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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