#09AAC4

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

Shades of Iris Blue #09AAC4

Tints of Iris Blue #09AAC4

Color information

#09AAC4 (or 0x09AAC4) is unknown color: approx Iris Blue. HEX triplet: 09, AA and C4. RGB value is (9,170,196). Sum of RGB (Red+Green+Blue) = 9+170+196=375 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.4% from 375); Green value is 170 (66.80% from 255 or 45.33% from 375); Blue value is 196 (76.95% from 255 or 52.27% from 375); Max value from RGB is 196 - color contains mainly: blue. Hex color #09AAC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09AAC4 is #F6553B. Grayscale: #7C7C7C. Windows color (decimal): -16143676 or 12888585. OLE color: 12888585.

HSL color Cylindrical-coordinate representation of color #09AAC4: hue angle of 188.34º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09AAC4 is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB9170196-
CMYK0.950.1300.23
HSL188.34º91.22%40.2%-
HSV(B)188.34º95.41%76.86%-
XYZ24.4532.7957.27-
YUV124.82168.1645.39-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.4%
GREEN value IS 170 (66.80% from 255) = 45.33%
BLUE value IS 196 (76.95% from 255) = 52.27%
R=2.4%
G=45.33%
B=52.27%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal91701960.950.1300.23188.3491.2240.2
Hex9AAC45FD017bc5b28
Octal112523041371502727413350
Binary1001101010101100010010111111101010111101111001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09AAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #09AAC4;
 }
 .AnyTagClassName
 {
   color: #09AAC4;
 }
</style>
background-color css

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

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

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

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

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

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