Html Css Color HEX #11BCBE Iris Blue

📋 copy color: '#11BCBE'

red 17 ◦ green 188 ◦ blue 190

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

Shades of Iris Blue #11BCBE

Tints of Iris Blue #11BCBE

RGB

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

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

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

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

CMYK

 C value IS 0.91

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

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

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

Color convert

RGB 17 188 190 -
CMYK 0.91 0.01 0 0.25
HSL 180.69º 0.84% 0.41% -
HSV(B) 180.69º 0.91% 0.75% -
XYZ 27.51 39.8 54.95 -
YUV 137.1 157.85 42.34 -
System Red Green Blue C M Y K H S L
Decimal 17 188 190 0.91 0.01 0 0.25 180.69 0.84 0.41
Hex 11 BC BE 5B 1 0 19 B5 54 29
Octal 21 274 276 133 1 0 31 265 124 51
Binary 10001 10111100 10111110 1011011 1 0 11001 10110101 1010100 101001

Color Harmonies of #11BCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BCBE

Black with #11BCBE

Text Example


Text Example

White with #11BCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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