Html Css Color HEX #11BCBB Iris Blue

📋 copy color: '#11BCBB'

red 17 ◦ green 188 ◦ blue 187

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

Shades of Iris Blue #11BCBB

Tints of Iris Blue #11BCBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.7%

R = 4.34%
G = 47.96%
B = 47.7%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#11BCBB (or 0x11BCBB) is known color: Iris Blue. HEX triplet: 11, BC and BB. RGB value is (17,188,187). Sum of RGB (Red+Green+Blue) = 17+188+187=392 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.34% from 392); Green value is 188 (73.83% from 255 or 47.96% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 188 - color contains mainly: green. Hex color #11BCBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BCBB is #EE4344. Grayscale: #888888. Windows color (decimal): -15614789 or 12303377. OLE color: 12303377.

HSL color Cylindrical-coordinate representation of color #11BCBB: hue angle of 179.65º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BCBB is Cyan = 0.91, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 17 188 187 -
CMYK 0.91 0 0.01 0.26
HSL 179.65º 0.83% 0.4% -
HSV(B) 179.65º 0.91% 0.74% -
XYZ 27.18 39.67 53.24 -
YUV 136.76 156.35 42.58 -
System Red Green Blue C M Y K H S L
Decimal 17 188 187 0.91 0 0.01 0.26 179.65 0.83 0.4
Hex 11 BC BB 5B 0 1 1A B4 53 28
Octal 21 274 273 133 0 1 32 264 123 50
Binary 10001 10111100 10111011 1011011 0 1 11010 10110100 1010011 101000

Color Harmonies of #11BCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BCBB

Black with #11BCBB

Text Example


Text Example

White with #11BCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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