#09AACC

Color #09AACC Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #09AACC

Tints of Iris Blue #09AACC

Color information

#09AACC (or 0x09AACC) is unknown color: approx 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

RGB9170204-
CMYK0.960.1700.2
HSL190.46º91.55%41.76%-
HSV(B)190.46º95.59%80%-
XYZ25.3933.1762.19-
YUV125.74172.1644.74-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.35%
GREEN value IS 170 (66.80% 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 (Cyan) values IS 0.96
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal91702040.960.1700.2190.4691.5541.76
Hex9AACC6011014be5c2a
Octal112523141402102427613452
Binary10011010101011001100110000010001010100101111101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09AACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>