#0aa9d8

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

Shades of Iris Blue #0AA9D8

Tints of Iris Blue #0AA9D8

Color information

#0AA9D8 (or 0x0AA9D8) is unknown color: approx Iris Blue. HEX triplet: 0A, A9 and D8. RGB value is (10,169,216). Sum of RGB (Red+Green+Blue) = 10+169+216=395 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.53% from 395); Green value is 169 (66.41% from 255 or 42.78% from 395); Blue value is 216 (84.77% from 255 or 54.68% from 395); Max value from RGB is 216 - color contains mainly: blue. Hex color #0AA9D8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AA9D8 is #F55627. Grayscale: #7E7E7E. Windows color (decimal): -16078376 or 14199050. OLE color: 14199050.

HSL color Cylindrical-coordinate representation of color #0AA9D8: hue angle of 193.69º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AA9D8 is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB10169216-
CMYK0.950.2200.15
HSL193.69º91.15%44.31%-
HSV(B)193.69º95.37%84.71%-
XYZ26.7133.470-
YUV126.82178.3244.68-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.53%
GREEN value IS 169 (66.41% from 255) = 42.78%
BLUE value IS 216 (84.77% from 255) = 54.68%
R=2.53%
G=42.78%
B=54.68%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal101692160.950.2200.15193.6991.1544.31
HexAA9D85F160Fc25b2c
Octal122513301372601730213354
Binary1010101010011101100010111111011001111110000101011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0aa9d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0aa9d8; }

 p { color: rgb(10,169,216); }

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

<style>
 a { background-color: #0aa9d8; }

 a { background-color: rgb(10,169,216); }

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

<style>
 span { border-color: #0aa9d8; }

 span { border-color: rgb(10,169,216); }

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