#09A9BE

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

Shades of Iris Blue #09A9BE

Tints of Iris Blue #09A9BE

Color information

#09A9BE (or 0x09A9BE) is unknown color: approx Iris Blue. HEX triplet: 09, A9 and BE. RGB value is (9,169,190). Sum of RGB (Red+Green+Blue) = 9+169+190=368 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.45% from 368); Green value is 169 (66.41% from 255 or 45.92% from 368); Blue value is 190 (74.61% from 255 or 51.63% from 368); Max value from RGB is 190 - color contains mainly: blue. Hex color #09A9BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09A9BE is #F65641. Grayscale: #7B7B7B. Windows color (decimal): -16143938 or 12495113. OLE color: 12495113.

HSL color Cylindrical-coordinate representation of color #09A9BE: hue angle of 186.96º 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 #09A9BE is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9169190-
CMYK0.950.1100.25
HSL186.96º90.95%39.02%-
HSV(B)186.96º95.26%74.51%-
XYZ23.5932.1553.68-
YUV123.55165.4946.29-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.45%
GREEN value IS 169 (66.41% from 255) = 45.92%
BLUE value IS 190 (74.61% from 255) = 51.63%
R=2.45%
G=45.92%
B=51.63%

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
Decimal91691900.950.1100.25186.9690.9539.02
Hex9A9BE5FB019bb5b27
Octal112512761371303127313347
Binary1001101010011011111010111111011011001101110111011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09A9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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