Html Css Color HEX #11B9BE Iris Blue

📋 copy color: '#11B9BE'

red 17 ◦ green 185 ◦ blue 190

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

Shades of Iris Blue #11B9BE

Tints of Iris Blue #11B9BE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.19%

 BLUE value IS 190 (74.61% from 255) = 48.47%

R = 4.34%
G = 47.19%
B = 48.47%

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

#11B9BE (or 0x11B9BE) is known color: Iris Blue. HEX triplet: 11, B9 and BE. RGB value is (17,185,190). Sum of RGB (Red+Green+Blue) = 17+185+190=392 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.34% from 392); Green value is 185 (72.66% from 255 or 47.19% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #11B9BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11B9BE is #EE4641. Grayscale: #878787. Windows color (decimal): -15615554 or 12499217. OLE color: 12499217.

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

Color convert

RGB 17 185 190 -
CMYK 0.91 0.03 0 0.25
HSL 181.73º 0.84% 0.41% -
HSV(B) 181.73º 0.91% 0.75% -
XYZ 26.87 38.53 54.74 -
YUV 135.34 158.84 43.59 -
System Red Green Blue C M Y K H S L
Decimal 17 185 190 0.91 0.03 0 0.25 181.73 0.84 0.41
Hex 11 B9 BE 5B 3 0 19 B6 54 29
Octal 21 271 276 133 3 0 31 266 124 51
Binary 10001 10111001 10111110 1011011 11 0 11001 10110110 1010100 101001

Color Harmonies of #11B9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11B9BE

Black with #11B9BE

Text Example


Text Example

White with #11B9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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