#11B7DA

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

Shades of Iris Blue #11B7DA

Tints of Iris Blue #11B7DA

Color information

#11B7DA (or 0x11B7DA) is unknown color: approx Iris Blue. HEX triplet: 11, B7 and DA. RGB value is (17,183,218). Sum of RGB (Red+Green+Blue) = 17+183+218=418 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.07% from 418); Green value is 183 (71.88% from 255 or 43.78% from 418); Blue value is 218 (85.55% from 255 or 52.15% from 418); Max value from RGB is 218 - color contains mainly: blue. Hex color #11B7DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11B7DA is #EE4825. Grayscale: #898989. Windows color (decimal): -15616038 or 14333713. OLE color: 14333713.

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

Color convert

RGB17183218-
CMYK0.920.1600.15
HSL190.45º85.53%46.08%-
HSV(B)190.45º92.2%85.49%-
XYZ29.8239.0572.3-
YUV137.36173.542.15-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.07%
GREEN value IS 183 (71.88% from 255) = 43.78%
BLUE value IS 218 (85.55% from 255) = 52.15%
R=4.07%
G=43.78%
B=52.15%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal171832180.920.1600.15190.4585.5346.08
Hex11B7DA5C100Fbe562e
Octal212673321342001727612656
Binary10001101101111101101010111001000001111101111101010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11B7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,183,218); }

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

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

 a { background-color: rgb(17,183,218); }

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

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

 span { border-color: rgb(17,183,218); }

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