Html Css Color HEX #11AADE Iris Blue

📋 copy color: '#11AADE'

red 17 ◦ green 170 ◦ blue 222

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

Shades of Iris Blue #11AADE

Tints of Iris Blue #11AADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 54.28%

R = 4.16%
G = 41.56%
B = 54.28%

CMYK

 C value IS 0.92

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#11AADE (or 0x11AADE) is known color: Iris Blue. HEX triplet: 11, AA and DE. RGB value is (17,170,222). Sum of RGB (Red+Green+Blue) = 17+170+222=409 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.16% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 222 (87.11% from 255 or 54.28% from 409); Max value from RGB is 222 - color contains mainly: blue. Hex color #11AADE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11AADE is #EE5521. Grayscale: #818181. Windows color (decimal): -15619362 or 14592529. OLE color: 14592529.

HSL color Cylindrical-coordinate representation of color #11AADE: hue angle of 195.22º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11AADE is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 170 222 -
CMYK 0.92 0.23 0 0.13
HSL 195.22º 0.86% 0.47% -
HSV(B) 195.22º 0.92% 0.87% -
XYZ 27.79 34.14 74.23 -
YUV 130.18 179.81 47.27 -
System Red Green Blue C M Y K H S L
Decimal 17 170 222 0.92 0.23 0 0.13 195.22 0.86 0.47
Hex 11 AA DE 5C 17 0 D C3 56 2F
Octal 21 252 336 134 27 0 15 303 126 57
Binary 10001 10101010 11011110 1011100 10111 0 1101 11000011 1010110 101111

Color Harmonies of #11AADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AADE

Black with #11AADE

Text Example


Text Example

White with #11AADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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