#09A9DB

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

Shades of Iris Blue #09A9DB

Tints of Iris Blue #09A9DB

Color information

#09A9DB (or 0x09A9DB) is unknown color: approx Iris Blue. HEX triplet: 09, A9 and DB. RGB value is (9,169,219). Sum of RGB (Red+Green+Blue) = 9+169+219=397 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.27% from 397); Green value is 169 (66.41% from 255 or 42.57% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #09A9DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09A9DB is #F65624. Grayscale: #7E7E7E. Windows color (decimal): -16143909 or 14395657. OLE color: 14395657.

HSL color Cylindrical-coordinate representation of color #09A9DB: hue angle of 194.29º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09A9DB is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB9169219-
CMYK0.960.2300.14
HSL194.29º92.11%44.71%-
HSV(B)194.29º95.89%85.88%-
XYZ27.0933.5572.07-
YUV126.86179.9943.93-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.27%
GREEN value IS 169 (66.41% from 255) = 42.57%
BLUE value IS 219 (85.94% from 255) = 55.16%
R=2.27%
G=42.57%
B=55.16%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal91692190.960.2300.14194.2992.1144.71
Hex9A9DB60170Ec25c2d
Octal112513331402701630213455
Binary1001101010011101101111000001011101110110000101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09A9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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