#09AABE

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

Shades of Iris Blue #09AABE

Tints of Iris Blue #09AABE

Color information

#09AABE (or 0x09AABE) is unknown color: approx Iris Blue. HEX triplet: 09, AA and BE. RGB value is (9,170,190). Sum of RGB (Red+Green+Blue) = 9+170+190=369 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.44% from 369); Green value is 170 (66.80% from 255 or 46.07% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #09AABE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09AABE is #F65541. Grayscale: #7B7B7B. Windows color (decimal): -16143682 or 12495369. OLE color: 12495369.

HSL color Cylindrical-coordinate representation of color #09AABE: hue angle of 186.63º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09AABE is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9170190-
CMYK0.950.1100.25
HSL186.63º90.95%39.02%-
HSV(B)186.63º95.26%74.51%-
XYZ23.7832.5353.74-
YUV124.14165.1645.87-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.44%
GREEN value IS 170 (66.80% from 255) = 46.07%
BLUE value IS 190 (74.61% from 255) = 51.49%
R=2.44%
G=46.07%
B=51.49%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal91701900.950.1100.25186.6390.9539.02
Hex9AABE5FB019bb5b27
Octal112522761371303127313347
Binary1001101010101011111010111111011011001101110111011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09AABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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