Html Css Color HEX #11A8BA Iris Blue

📋 copy color: '#11A8BA'

red 17 ◦ green 168 ◦ blue 186

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

Shades of Iris Blue #11A8BA

Tints of Iris Blue #11A8BA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 45.28%

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

R = 4.58%
G = 45.28%
B = 50.13%

CMYK

 C value IS 0.91

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#11A8BA (or 0x11A8BA) is known color: Iris Blue. HEX triplet: 11, A8 and BA. RGB value is (17,168,186). Sum of RGB (Red+Green+Blue) = 17+168+186=371 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.58% from 371); Green value is 168 (66.02% from 255 or 45.28% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #11A8BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11A8BA is #EE5745. Grayscale: #7C7C7C. Windows color (decimal): -15619910 or 12232721. OLE color: 12232721.

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

Color convert

RGB 17 168 186 -
CMYK 0.91 0.10 0 0.27
HSL 186.39º 0.83% 0.4% -
HSV(B) 186.39º 0.91% 0.73% -
XYZ 23.1 31.67 51.35 -
YUV 124.9 162.47 51.04 -
System Red Green Blue C M Y K H S L
Decimal 17 168 186 0.91 0.10 0 0.27 186.39 0.83 0.4
Hex 11 A8 BA 5B A 0 1B BA 53 28
Octal 21 250 272 133 12 0 33 272 123 50
Binary 10001 10101000 10111010 1011011 1010 0 11011 10111010 1010011 101000

Color Harmonies of #11A8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A8BA

Black with #11A8BA

Text Example


Text Example

White with #11A8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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