Html Css Color HEX #09AACE Iris Blue

📋 copy color: '#09AACE'

red 9 ◦ green 170 ◦ blue 206

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

Shades of Iris Blue #09AACE

Tints of Iris Blue #09AACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.51%

R = 2.34%
G = 44.16%
B = 53.51%

CMYK

 C value IS 0.96

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#09AACE (or 0x09AACE) is known color: Iris Blue. HEX triplet: 09, AA and CE. RGB value is (9,170,206). Sum of RGB (Red+Green+Blue) = 9+170+206=385 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.34% from 385); Green value is 170 (66.80% from 255 or 44.16% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #09AACE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09AACE is #F65531. Grayscale: #7D7D7D. Windows color (decimal): -16143666 or 13543945. OLE color: 13543945.

HSL color Cylindrical-coordinate representation of color #09AACE: hue angle of 190.96º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09AACE is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 9 170 206 -
CMYK 0.96 0.17 0 0.19
HSL 190.96º 0.92% 0.42% -
HSV(B) 190.96º 0.96% 0.81% -
XYZ 25.63 33.26 63.46 -
YUV 125.97 173.16 44.57 -
System Red Green Blue C M Y K H S L
Decimal 9 170 206 0.96 0.17 0 0.19 190.96 0.92 0.42
Hex 9 AA CE 60 11 0 13 BF 5C 2A
Octal 11 252 316 140 21 0 23 277 134 52
Binary 1001 10101010 11001110 1100000 10001 0 10011 10111111 1011100 101010

Color Harmonies of #09AACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AACE

Black with #09AACE

Text Example


Text Example

White with #09AACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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