#11BBBB

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

Shades of Iris Blue #11BBBB

Tints of Iris Blue #11BBBB

Color information

#11BBBB (or 0x11BBBB) is unknown color: approx Iris Blue. HEX triplet: 11, BB and BB. RGB value is (17,187,187). Sum of RGB (Red+Green+Blue) = 17+187+187=391 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.35% from 391); Green value is 187 (73.44% from 255 or 47.83% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #11BBBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BBBB is #EE4444. Grayscale: #888888. Windows color (decimal): -15615045 or 12303121. OLE color: 12303121.

HSL color Cylindrical-coordinate representation of color #11BBBB: hue angle of 180º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BBBB is Cyan = 0.91, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17187187-
CMYK0.91000.27
HSL180º83.33%40%-
HSV(B)180º90.91%73.33%-
XYZ26.9739.2553.17-
YUV136.17156.6843-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.35%
GREEN value IS 187 (73.44% from 255) = 47.83%
BLUE value IS 187 (73.44% from 255) = 47.83%
R=4.35%
G=47.83%
B=47.83%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171871870.91000.2718083.3340
Hex11BBBB5B001Bb45328
Octal21273273133003326412350
Binary10001101110111011101110110110011011101101001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11BBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,187,187); }

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

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

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

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

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

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

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