Html Css Color HEX #11BFBF Iris Blue

📋 copy color: '#11BFBF'

red 17 ◦ green 191 ◦ blue 191

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

Shades of Iris Blue #11BFBF

Tints of Iris Blue #11BFBF

RGB

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

 GREEN value IS 191 (75% from 255) = 47.87%

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

R = 4.26%
G = 47.87%
B = 47.87%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#11BFBF (or 0x11BFBF) is known color: Iris Blue. HEX triplet: 11, BF and BF. RGB value is (17,191,191). Sum of RGB (Red+Green+Blue) = 17+191+191=399 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.26% from 399); Green value is 191 (75% from 255 or 47.87% from 399); Blue value is 191 (75% from 255 or 47.87% from 399); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #11BFBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BFBF is #EE4040. Grayscale: #8A8A8A. Windows color (decimal): -15614017 or 12566289. OLE color: 12566289.

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

Color convert

RGB 17 191 191 -
CMYK 0.91 0 0 0.25
HSL 180º 0.84% 0.41% -
HSV(B) 180º 0.91% 0.75% -
XYZ 28.27 41.14 55.74 -
YUV 138.97 157.35 41 -
System Red Green Blue C M Y K H S L
Decimal 17 191 191 0.91 0 0 0.25 180 0.84 0.41
Hex 11 BF BF 5B 0 0 19 B4 54 29
Octal 21 277 277 133 0 0 31 264 124 51
Binary 10001 10111111 10111111 1011011 0 0 11001 10110100 1010100 101001

Color Harmonies of #11BFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BFBF

Black with #11BFBF

Text Example


Text Example

White with #11BFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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