Html Css Color HEX #11BEBD Iris Blue

📋 copy color: '#11BEBD'

red 17 ◦ green 190 ◦ blue 189

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

Shades of Iris Blue #11BEBD

Tints of Iris Blue #11BEBD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 47.98%

 BLUE value IS 189 (74.22% from 255) = 47.73%

R = 4.29%
G = 47.98%
B = 47.73%

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

#11BEBD (or 0x11BEBD) is known color: Iris Blue. HEX triplet: 11, BE and BD. RGB value is (17,190,189). Sum of RGB (Red+Green+Blue) = 17+190+189=396 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.29% from 396); Green value is 190 (74.61% from 255 or 47.98% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 190 - color contains mainly: green. Hex color #11BEBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BEBD is #EE4142. Grayscale: #898989. Windows color (decimal): -15614275 or 12434961. OLE color: 12434961.

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

Color convert

RGB 17 190 189 -
CMYK 0.91 0 0.01 0.25
HSL 179.65º 0.84% 0.41% -
HSV(B) 179.65º 0.91% 0.75% -
XYZ 27.83 40.62 54.52 -
YUV 138.16 156.69 41.58 -
System Red Green Blue C M Y K H S L
Decimal 17 190 189 0.91 0 0.01 0.25 179.65 0.84 0.41
Hex 11 BE BD 5B 0 1 19 B4 54 29
Octal 21 276 275 133 0 1 31 264 124 51
Binary 10001 10111110 10111101 1011011 0 1 11001 10110100 1010100 101001

Color Harmonies of #11BEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BEBD

Black with #11BEBD

Text Example


Text Example

White with #11BEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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