#11BABE

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

Shades of Iris Blue #11BABE

Tints of Iris Blue #11BABE

Color information

#11BABE (or 0x11BABE) is unknown color: approx Iris Blue. HEX triplet: 11, BA and BE. RGB value is (17,186,190). Sum of RGB (Red+Green+Blue) = 17+186+190=393 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.33% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #11BABE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BABE is #EE4541. Grayscale: #878787. Windows color (decimal): -15615298 or 12499473. OLE color: 12499473.

HSL color Cylindrical-coordinate representation of color #11BABE: hue angle of 181.39º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BABE is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17186190-
CMYK0.910.0200.25
HSL181.39º83.57%40.59%-
HSV(B)181.39º91.05%74.51%-
XYZ27.0838.9554.81-
YUV135.92158.5143.17-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.33%
GREEN value IS 186 (73.05% from 255) = 47.33%
BLUE value IS 190 (74.61% from 255) = 48.35%
R=4.33%
G=47.33%
B=48.35%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal171861900.910.0200.25181.3983.5740.59
Hex11BABE5B2019b55429
Octal21272276133203126512451
Binary100011011101010111110101101110011001101101011010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11BABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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