#11BABB

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

Shades of Iris Blue #11BABB

Tints of Iris Blue #11BABB

Color information

#11BABB (or 0x11BABB) is unknown color: approx Iris Blue. HEX triplet: 11, BA and BB. RGB value is (17,186,187). Sum of RGB (Red+Green+Blue) = 17+186+187=390 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.36% from 390); Green value is 186 (73.05% from 255 or 47.69% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 187 - color contains mainly: blue. Hex color #11BABB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BABB is #EE4544. Grayscale: #878787. Windows color (decimal): -15615301 or 12302865. OLE color: 12302865.

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

Color convert

RGB17186187-
CMYK0.910.0100.27
HSL180.35º83.33%40%-
HSV(B)180.35º90.91%73.33%-
XYZ26.7638.8253.1-
YUV135.58157.0143.42-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.36%
GREEN value IS 186 (73.05% from 255) = 47.69%
BLUE value IS 187 (73.44% from 255) = 47.95%
R=4.36%
G=47.69%
B=47.95%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171861870.910.0100.27180.3583.3340
Hex11BABB5B101Bb45328
Octal21272273133103326412350
Binary10001101110101011101110110111011011101101001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11BABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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