Html Css Color HEX #11AACD Iris Blue

📋 copy color: '#11AACD'

red 17 ◦ green 170 ◦ blue 205

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

Shades of Iris Blue #11AACD

Tints of Iris Blue #11AACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.3%

R = 4.34%
G = 43.37%
B = 52.3%

CMYK

 C value IS 0.92

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#11AACD (or 0x11AACD) is known color: Iris Blue. HEX triplet: 11, AA and CD. RGB value is (17,170,205). Sum of RGB (Red+Green+Blue) = 17+170+205=392 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.34% from 392); Green value is 170 (66.80% from 255 or 43.37% from 392); Blue value is 205 (80.47% from 255 or 52.30% from 392); Max value from RGB is 205 - color contains mainly: blue. Hex color #11AACD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11AACD is #EE5532. Grayscale: #7F7F7F. Windows color (decimal): -15619379 or 13478417. OLE color: 13478417.

HSL color Cylindrical-coordinate representation of color #11AACD: hue angle of 191.17º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11AACD is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 17 170 205 -
CMYK 0.92 0.17 0 0.20
HSL 191.17º 0.85% 0.44% -
HSV(B) 191.17º 0.92% 0.8% -
XYZ 25.63 33.28 62.83 -
YUV 128.24 171.31 48.65 -
System Red Green Blue C M Y K H S L
Decimal 17 170 205 0.92 0.17 0 0.20 191.17 0.85 0.44
Hex 11 AA CD 5C 11 0 14 BF 55 2C
Octal 21 252 315 134 21 0 24 277 125 54
Binary 10001 10101010 11001101 1011100 10001 0 10100 10111111 1010101 101100

Color Harmonies of #11AACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AACD

Black with #11AACD

Text Example


Text Example

White with #11AACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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