Html Css Color HEX #11BBBB Iris Blue

📋 copy color: '#11BBBB'

red 17 ◦ green 187 ◦ blue 187

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

Shades of Iris Blue #11BBBB

Tints of Iris Blue #11BBBB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 47.83%

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

R = 4.35%
G = 47.83%
B = 47.83%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#11BBBB (or 0x11BBBB) is known color: Iris Blue. HEX triplet: 11, BB and BB. RGB value is (17,187,187). Sum of RGB (Red+Green+Blue) = 17+187+187=391 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.35% from 391); Green value is 187 (73.44% from 255 or 47.83% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #11BBBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BBBB is #EE4444. Grayscale: #888888. Windows color (decimal): -15615045 or 12303121. OLE color: 12303121.

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

Color convert

RGB 17 187 187 -
CMYK 0.91 0 0 0.27
HSL 180º 0.83% 0.4% -
HSV(B) 180º 0.91% 0.73% -
XYZ 26.97 39.25 53.17 -
YUV 136.17 156.68 43 -
System Red Green Blue C M Y K H S L
Decimal 17 187 187 0.91 0 0 0.27 180 0.83 0.4
Hex 11 BB BB 5B 0 0 1B B4 53 28
Octal 21 273 273 133 0 0 33 264 123 50
Binary 10001 10111011 10111011 1011011 0 0 11011 10110100 1010011 101000

Color Harmonies of #11BBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BBBB

Black with #11BBBB

Text Example


Text Example

White with #11BBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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