#0AACC9

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

Shades of Iris Blue #0AACC9

Tints of Iris Blue #0AACC9

Color information

#0AACC9 (or 0x0AACC9) is unknown color: approx Iris Blue. HEX triplet: 0A, AC and C9. RGB value is (10,172,201). Sum of RGB (Red+Green+Blue) = 10+172+201=383 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.61% from 383); Green value is 172 (67.58% from 255 or 44.91% from 383); Blue value is 201 (78.91% from 255 or 52.48% from 383); Max value from RGB is 201 - color contains mainly: blue. Hex color #0AACC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AACC9 is #F55336. Grayscale: #7E7E7E. Windows color (decimal): -16077623 or 13216778. OLE color: 13216778.

HSL color Cylindrical-coordinate representation of color #0AACC9: hue angle of 189.11º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AACC9 is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10172201-
CMYK0.950.1400.21
HSL189.11º90.52%41.37%-
HSV(B)189.11º95.02%78.82%-
XYZ25.4233.7960.44-
YUV126.87169.8344.64-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.61%
GREEN value IS 172 (67.58% from 255) = 44.91%
BLUE value IS 201 (78.91% from 255) = 52.48%
R=2.61%
G=44.91%
B=52.48%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal101722010.950.1400.21189.1190.5241.37
HexAACC95FE015bd5b29
Octal122543111371602527513351
Binary1010101011001100100110111111110010101101111011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AACC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,172,201); }

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

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

 a { background-color: rgb(10,172,201); }

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

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

 span { border-color: rgb(10,172,201); }

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