#11BDD7

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

Shades of Iris Blue #11BDD7

Tints of Iris Blue #11BDD7

Color information

#11BDD7 (or 0x11BDD7) is unknown color: approx Iris Blue. HEX triplet: 11, BD and D7. RGB value is (17,189,215). Sum of RGB (Red+Green+Blue) = 17+189+215=421 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.04% from 421); Green value is 189 (74.22% from 255 or 44.89% from 421); Blue value is 215 (84.38% from 255 or 51.07% from 421); Max value from RGB is 215 - color contains mainly: blue. Hex color #11BDD7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BDD7 is #EE4228. Grayscale: #8C8C8C. Windows color (decimal): -15614505 or 14138641. OLE color: 14138641.

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

Color convert

RGB17189215-
CMYK0.920.1200.16
HSL187.88º85.34%45.49%-
HSV(B)187.88º92.09%84.31%-
XYZ30.6941.4270.67-
YUV140.54170.0239.89-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.04%
GREEN value IS 189 (74.22% from 255) = 44.89%
BLUE value IS 215 (84.38% from 255) = 51.07%
R=4.04%
G=44.89%
B=51.07%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal171892150.920.1200.16187.8885.3445.49
Hex11BDD75CC010bc552d
Octal212753271341402027412555
Binary10001101111011101011110111001100010000101111001010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11BDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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