Html Css Color HEX #09AADE Iris Blue

📋 copy color: '#09AADE'

red 9 ◦ green 170 ◦ blue 222

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

Shades of Iris Blue #09AADE

Tints of Iris Blue #09AADE

RGB

 RED value IS 9 (3.91% from 255) = 2.24%

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

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

R = 2.24%
G = 42.39%
B = 55.36%

CMYK

 C value IS 0.96

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#09AADE (or 0x09AADE) is known color: Iris Blue. HEX triplet: 09, AA and DE. RGB value is (9,170,222). Sum of RGB (Red+Green+Blue) = 9+170+222=401 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.24% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 222 (87.11% from 255 or 55.36% from 401); Max value from RGB is 222 - color contains mainly: blue. Hex color #09AADE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09AADE is #F65521. Grayscale: #7F7F7F. Windows color (decimal): -16143650 or 14592521. OLE color: 14592521.

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

Color convert

RGB 9 170 222 -
CMYK 0.96 0.23 0 0.13
HSL 194.65º 0.92% 0.45% -
HSV(B) 194.65º 0.96% 0.87% -
XYZ 27.67 34.08 74.23 -
YUV 127.79 181.16 43.27 -
System Red Green Blue C M Y K H S L
Decimal 9 170 222 0.96 0.23 0 0.13 194.65 0.92 0.45
Hex 9 AA DE 60 17 0 D C3 5C 2D
Octal 11 252 336 140 27 0 15 303 134 55
Binary 1001 10101010 11011110 1100000 10111 0 1101 11000011 1011100 101101

Color Harmonies of #09AADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AADE

Black with #09AADE

Text Example


Text Example

White with #09AADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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