Html Css Color HEX #11BEBC Iris Blue

📋 copy color: '#11BEBC'

red 17 ◦ green 190 ◦ blue 188

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

Shades of Iris Blue #11BEBC

Tints of Iris Blue #11BEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.59%

R = 4.3%
G = 48.1%
B = 47.59%

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

#11BEBC (or 0x11BEBC) is known color: Iris Blue. HEX triplet: 11, BE and BC. RGB value is (17,190,188). Sum of RGB (Red+Green+Blue) = 17+190+188=395 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.30% from 395); Green value is 190 (74.61% from 255 or 48.10% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 190 - color contains mainly: green. Hex color #11BEBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BEBC is #EE4143. Grayscale: #898989. Windows color (decimal): -15614276 or 12369425. OLE color: 12369425.

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

Color convert

RGB 17 190 188 -
CMYK 0.91 0 0.01 0.25
HSL 179.31º 0.84% 0.41% -
HSV(B) 179.31º 0.91% 0.75% -
XYZ 27.72 40.58 53.95 -
YUV 138.05 156.19 41.66 -
System Red Green Blue C M Y K H S L
Decimal 17 190 188 0.91 0 0.01 0.25 179.31 0.84 0.41
Hex 11 BE BC 5B 0 1 19 B3 54 29
Octal 21 276 274 133 0 1 31 263 124 51
Binary 10001 10111110 10111100 1011011 0 1 11001 10110011 1010100 101001

Color Harmonies of #11BEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BEBC

Black with #11BEBC

Text Example


Text Example

White with #11BEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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