Html Css Color HEX #11ABBA Iris Blue

📋 copy color: '#11ABBA'

red 17 ◦ green 171 ◦ blue 186

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

Shades of Iris Blue #11ABBA

Tints of Iris Blue #11ABBA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 45.72%

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

R = 4.55%
G = 45.72%
B = 49.73%

CMYK

 C value IS 0.91

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#11ABBA (or 0x11ABBA) is known color: Iris Blue. HEX triplet: 11, AB and BA. RGB value is (17,171,186). Sum of RGB (Red+Green+Blue) = 17+171+186=374 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.55% from 374); Green value is 171 (67.19% from 255 or 45.72% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #11ABBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11ABBA is #EE5445. Grayscale: #7E7E7E. Windows color (decimal): -15619142 or 12233489. OLE color: 12233489.

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

Color convert

RGB 17 171 186 -
CMYK 0.91 0.08 0 0.27
HSL 185.33º 0.83% 0.4% -
HSV(B) 185.33º 0.91% 0.73% -
XYZ 23.66 32.79 51.54 -
YUV 126.66 161.48 49.78 -
System Red Green Blue C M Y K H S L
Decimal 17 171 186 0.91 0.08 0 0.27 185.33 0.83 0.4
Hex 11 AB BA 5B 8 0 1B B9 53 28
Octal 21 253 272 133 10 0 33 271 123 50
Binary 10001 10101011 10111010 1011011 1000 0 11011 10111001 1010011 101000

Color Harmonies of #11ABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11ABBA

Black with #11ABBA

Text Example


Text Example

White with #11ABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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