Html Css Color HEX #11AAE2 Iris Blue

📋 copy color: '#11AAE2'

red 17 ◦ green 170 ◦ blue 226

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

Shades of Iris Blue #11AAE2

Tints of Iris Blue #11AAE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 54.72%

R = 4.12%
G = 41.16%
B = 54.72%

CMYK

 C value IS 0.92

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#11AAE2 (or 0x11AAE2) is known color: Iris Blue. HEX triplet: 11, AA and E2. RGB value is (17,170,226). Sum of RGB (Red+Green+Blue) = 17+170+226=413 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.12% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 226 (88.67% from 255 or 54.72% from 413); Max value from RGB is 226 - color contains mainly: blue. Hex color #11AAE2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11AAE2 is #EE551D. Grayscale: #828282. Windows color (decimal): -15619358 or 14854673. OLE color: 14854673.

HSL color Cylindrical-coordinate representation of color #11AAE2: hue angle of 196.08º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11AAE2 is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 17 170 226 -
CMYK 0.92 0.25 0 0.11
HSL 196.08º 0.86% 0.48% -
HSV(B) 196.08º 0.92% 0.89% -
XYZ 28.33 34.36 77.09 -
YUV 130.64 181.81 46.95 -
System Red Green Blue C M Y K H S L
Decimal 17 170 226 0.92 0.25 0 0.11 196.08 0.86 0.48
Hex 11 AA E2 5C 19 0 B C4 56 30
Octal 21 252 342 134 31 0 13 304 126 60
Binary 10001 10101010 11100010 1011100 11001 0 1011 11000100 1010110 110000

Color Harmonies of #11AAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AAE2

Black with #11AAE2

Text Example


Text Example

White with #11AAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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