Html Css Color HEX #11BABF Iris Blue

📋 copy color: '#11BABF'

red 17 ◦ green 186 ◦ blue 191

#11BABF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iris Blue #11BABF

Tints of Iris Blue #11BABF

RGB

 RED value IS 17 (7.03% from 255) = 4.31%

 GREEN value IS 186 (73.05% from 255) = 47.21%

 BLUE value IS 191 (75% from 255) = 48.48%

R = 4.31%
G = 47.21%
B = 48.48%

CMYK

 C value IS 0.91

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#11BABF (or 0x11BABF) is known color: Iris Blue. HEX triplet: 11, BA and BF. RGB value is (17,186,191). Sum of RGB (Red+Green+Blue) = 17+186+191=394 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.31% from 394); Green value is 186 (73.05% from 255 or 47.21% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 191 - color contains mainly: blue. Hex color #11BABF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BABF is #EE4540. Grayscale: #878787. Windows color (decimal): -15615297 or 12565009. OLE color: 12565009.

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

Color convert

RGB 17 186 191 -
CMYK 0.91 0.03 0 0.25
HSL 181.72º 0.84% 0.41% -
HSV(B) 181.72º 0.91% 0.75% -
XYZ 27.19 39 55.38 -
YUV 136.04 159.01 43.09 -
System Red Green Blue C M Y K H S L
Decimal 17 186 191 0.91 0.03 0 0.25 181.72 0.84 0.41
Hex 11 BA BF 5B 3 0 19 B6 54 29
Octal 21 272 277 133 3 0 31 266 124 51
Binary 10001 10111010 10111111 1011011 11 0 11001 10110110 1010100 101001

Color Harmonies of #11BABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BABF

Black with #11BABF

Text Example


Text Example

White with #11BABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #11BABF;
 }
 .AnyTagClassName
 {
   color: #11BABF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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