Html Css Color HEX #11C0BE Iris Blue

📋 copy color: '#11C0BE'

red 17 ◦ green 192 ◦ blue 190

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

Shades of Iris Blue #11C0BE

Tints of Iris Blue #11C0BE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48.12%

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

R = 4.26%
G = 48.12%
B = 47.62%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#11C0BE (or 0x11C0BE) is known color: Iris Blue. HEX triplet: 11, C0 and BE. RGB value is (17,192,190). Sum of RGB (Red+Green+Blue) = 17+192+190=399 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.26% from 399); Green value is 192 (75.39% from 255 or 48.12% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 192 - color contains mainly: green. Hex color #11C0BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11C0BE is #EE3F41. Grayscale: #8B8B8B. Windows color (decimal): -15613762 or 12501009. OLE color: 12501009.

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

Color convert

RGB 17 192 190 -
CMYK 0.91 0 0.01 0.25
HSL 179.31º 0.84% 0.41% -
HSV(B) 179.31º 0.91% 0.75% -
XYZ 28.38 41.54 55.24 -
YUV 139.45 156.52 40.66 -
System Red Green Blue C M Y K H S L
Decimal 17 192 190 0.91 0 0.01 0.25 179.31 0.84 0.41
Hex 11 C0 BE 5B 0 1 19 B3 54 29
Octal 21 300 276 133 0 1 31 263 124 51
Binary 10001 11000000 10111110 1011011 0 1 11001 10110011 1010100 101001

Color Harmonies of #11C0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11C0BE

Black with #11C0BE

Text Example


Text Example

White with #11C0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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