Html Css Color HEX #11BBBE Iris Blue

📋 copy color: '#11BBBE'

red 17 ◦ green 187 ◦ blue 190

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

Shades of Iris Blue #11BBBE

Tints of Iris Blue #11BBBE

RGB

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

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

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

R = 4.31%
G = 47.46%
B = 48.22%

CMYK

 C value IS 0.91

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#11BBBE (or 0x11BBBE) is known color: Iris Blue. HEX triplet: 11, BB and BE. RGB value is (17,187,190). Sum of RGB (Red+Green+Blue) = 17+187+190=394 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.31% from 394); Green value is 187 (73.44% from 255 or 47.46% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 190 - color contains mainly: blue. Hex color #11BBBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BBBE is #EE4441. Grayscale: #888888. Windows color (decimal): -15615042 or 12499729. OLE color: 12499729.

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

Color convert

RGB 17 187 190 -
CMYK 0.91 0.02 0 0.25
HSL 181.04º 0.84% 0.41% -
HSV(B) 181.04º 0.91% 0.75% -
XYZ 27.3 39.38 54.88 -
YUV 136.51 158.18 42.76 -
System Red Green Blue C M Y K H S L
Decimal 17 187 190 0.91 0.02 0 0.25 181.04 0.84 0.41
Hex 11 BB BE 5B 2 0 19 B5 54 29
Octal 21 273 276 133 2 0 31 265 124 51
Binary 10001 10111011 10111110 1011011 10 0 11001 10110101 1010100 101001

Color Harmonies of #11BBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BBBE

Black with #11BBBE

Text Example


Text Example

White with #11BBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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