Html Css Color HEX #09AACC Iris Blue

📋 copy color: '#09AACC'

red 9 ◦ green 170 ◦ blue 204

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

Shades of Iris Blue #09AACC

Tints of Iris Blue #09AACC

RGB

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

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

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

R = 2.35%
G = 44.39%
B = 53.26%

CMYK

 C value IS 0.96

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#09AACC (or 0x09AACC) is known color: Iris Blue. HEX triplet: 09, AA and CC. RGB value is (9,170,204). Sum of RGB (Red+Green+Blue) = 9+170+204=383 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.35% from 383); Green value is 170 (66.80% from 255 or 44.39% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #09AACC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09AACC is #F65533. Grayscale: #7D7D7D. Windows color (decimal): -16143668 or 13412873. OLE color: 13412873.

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

Color convert

RGB 9 170 204 -
CMYK 0.96 0.17 0 0.2
HSL 190.46º 0.92% 0.42% -
HSV(B) 190.46º 0.96% 0.8% -
XYZ 25.39 33.17 62.19 -
YUV 125.74 172.16 44.74 -
System Red Green Blue C M Y K H S L
Decimal 9 170 204 0.96 0.17 0 0.2 190.46 0.92 0.42
Hex 9 AA CC 60 11 0 14 BE 5C 2A
Octal 11 252 314 140 21 0 24 276 134 52
Binary 1001 10101010 11001100 1100000 10001 0 10100 10111110 1011100 101010

Color Harmonies of #09AACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AACC

Black with #09AACC

Text Example


Text Example

White with #09AACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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