#09A8DD

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

Shades of Iris Blue #09A8DD

Tints of Iris Blue #09A8DD

Color information

#09A8DD (or 0x09A8DD) is unknown color: approx Iris Blue. HEX triplet: 09, A8 and DD. RGB value is (9,168,221). Sum of RGB (Red+Green+Blue) = 9+168+221=398 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.26% from 398); Green value is 168 (66.02% from 255 or 42.21% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #09A8DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09A8DD is #F65722. Grayscale: #7E7E7E. Windows color (decimal): -16144163 or 14526473. OLE color: 14526473.

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

Color convert

RGB9168221-
CMYK0.960.2400.13
HSL195º92.17%45.1%-
HSV(B)195º95.93%86.67%-
XYZ27.1733.2873.4-
YUV126.5181.3244.19-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.26%
GREEN value IS 168 (66.02% from 255) = 42.21%
BLUE value IS 221 (86.72% from 255) = 55.53%
R=2.26%
G=42.21%
B=55.53%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal91682210.960.2400.1319592.1745.1
Hex9A8DD60180Dc35c2d
Octal112503351403001530313455
Binary1001101010001101110111000001100001101110000111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09A8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,168,221); }

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

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

 a { background-color: rgb(9,168,221); }

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

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

 span { border-color: rgb(9,168,221); }

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