#0AA8C5

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

Shades of Iris Blue #0AA8C5

Tints of Iris Blue #0AA8C5

Color information

#0AA8C5 (or 0x0AA8C5) is unknown color: approx Iris Blue. HEX triplet: 0A, A8 and C5. RGB value is (10,168,197). Sum of RGB (Red+Green+Blue) = 10+168+197=375 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.67% from 375); Green value is 168 (66.02% from 255 or 44.8% from 375); Blue value is 197 (77.34% from 255 or 52.53% from 375); Max value from RGB is 197 - color contains mainly: blue. Hex color #0AA8C5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AA8C5 is #F5573A. Grayscale: #7B7B7B. Windows color (decimal): -16078651 or 12953610. OLE color: 12953610.

HSL color Cylindrical-coordinate representation of color #0AA8C5: hue angle of 189.3º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AA8C5 is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB10168197-
CMYK0.950.1500.23
HSL189.3º90.34%40.59%-
HSV(B)189.3º94.92%77.25%-
XYZ24.2132.157.74-
YUV124.06169.1546.64-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.67%
GREEN value IS 168 (66.02% from 255) = 44.8%
BLUE value IS 197 (77.34% from 255) = 52.53%
R=2.67%
G=44.8%
B=52.53%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal101681970.950.1500.23189.390.3440.59
HexAA8C55FF017bd5a29
Octal122503051371702727513251
Binary1010101010001100010110111111111010111101111011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA8C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,168,197); }

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

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

 a { background-color: rgb(10,168,197); }

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

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

 span { border-color: rgb(10,168,197); }

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