Html Css Color HEX #11B3BA Iris Blue

📋 copy color: '#11B3BA'

red 17 ◦ green 179 ◦ blue 186

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

Shades of Iris Blue #11B3BA

Tints of Iris Blue #11B3BA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.86%

 BLUE value IS 186 (73.05% from 255) = 48.69%

R = 4.45%
G = 46.86%
B = 48.69%

CMYK

 C value IS 0.91

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#11B3BA (or 0x11B3BA) is known color: Iris Blue. HEX triplet: 11, B3 and BA. RGB value is (17,179,186). Sum of RGB (Red+Green+Blue) = 17+179+186=382 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.45% from 382); Green value is 179 (70.31% from 255 or 46.86% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #11B3BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11B3BA is #EE4C45. Grayscale: #838383. Windows color (decimal): -15617094 or 12235537. OLE color: 12235537.

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

Color convert

RGB 17 179 186 -
CMYK 0.91 0.04 0 0.27
HSL 182.49º 0.83% 0.4% -
HSV(B) 182.49º 0.91% 0.73% -
XYZ 25.21 35.9 52.06 -
YUV 131.36 158.83 46.43 -
System Red Green Blue C M Y K H S L
Decimal 17 179 186 0.91 0.04 0 0.27 182.49 0.83 0.4
Hex 11 B3 BA 5B 4 0 1B B6 53 28
Octal 21 263 272 133 4 0 33 266 123 50
Binary 10001 10110011 10111010 1011011 100 0 11011 10110110 1010011 101000

Color Harmonies of #11B3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11B3BA

Black with #11B3BA

Text Example


Text Example

White with #11B3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,179,186); }

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

background-color css

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

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

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

border-color css

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

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

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