Html Css Color HEX #11AABC Iris Blue

📋 copy color: '#11AABC'

red 17 ◦ green 170 ◦ blue 188

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

Shades of Iris Blue #11AABC

Tints of Iris Blue #11AABC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 45.33%

 BLUE value IS 188 (73.83% from 255) = 50.13%

R = 4.53%
G = 45.33%
B = 50.13%

CMYK

 C value IS 0.91

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#11AABC (or 0x11AABC) is known color: Iris Blue. HEX triplet: 11, AA and BC. RGB value is (17,170,188). Sum of RGB (Red+Green+Blue) = 17+170+188=375 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.53% from 375); Green value is 170 (66.80% from 255 or 45.33% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #11AABC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11AABC is #EE5543. Grayscale: #7E7E7E. Windows color (decimal): -15619396 or 12364305. OLE color: 12364305.

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

Color convert

RGB 17 170 188 -
CMYK 0.91 0.10 0 0.26
HSL 186.32º 0.83% 0.4% -
HSV(B) 186.32º 0.91% 0.74% -
XYZ 23.68 32.5 52.6 -
YUV 126.31 162.81 50.04 -
System Red Green Blue C M Y K H S L
Decimal 17 170 188 0.91 0.10 0 0.26 186.32 0.83 0.4
Hex 11 AA BC 5B A 0 1A BA 53 28
Octal 21 252 274 133 12 0 32 272 123 50
Binary 10001 10101010 10111100 1011011 1010 0 11010 10111010 1010011 101000

Color Harmonies of #11AABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AABC

Black with #11AABC

Text Example


Text Example

White with #11AABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,170,188); }

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

background-color css

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

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

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

border-color css

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

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

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