Html Css Color HEX #11AACC Iris Blue

📋 copy color: '#11AACC'

red 17 ◦ green 170 ◦ blue 204

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

Shades of Iris Blue #11AACC

Tints of Iris Blue #11AACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.17%

R = 4.35%
G = 43.48%
B = 52.17%

CMYK

 C value IS 0.92

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#11AACC (or 0x11AACC) is known color: Iris Blue. HEX triplet: 11, AA and CC. RGB value is (17,170,204). Sum of RGB (Red+Green+Blue) = 17+170+204=391 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.35% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #11AACC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11AACC is #EE5533. Grayscale: #7F7F7F. Windows color (decimal): -15619380 or 13412881. OLE color: 13412881.

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

Color convert

RGB 17 170 204 -
CMYK 0.92 0.17 0 0.2
HSL 190.91º 0.85% 0.43% -
HSV(B) 190.91º 0.92% 0.8% -
XYZ 25.5 33.23 62.2 -
YUV 128.13 170.81 48.74 -
System Red Green Blue C M Y K H S L
Decimal 17 170 204 0.92 0.17 0 0.2 190.91 0.85 0.43
Hex 11 AA CC 5C 11 0 14 BF 55 2B
Octal 21 252 314 134 21 0 24 277 125 53
Binary 10001 10101010 11001100 1011100 10001 0 10100 10111111 1010101 101011

Color Harmonies of #11AACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AACC

Black with #11AACC

Text Example


Text Example

White with #11AACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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