#0AAAC2

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

Shades of Iris Blue #0AAAC2

Tints of Iris Blue #0AAAC2

Color information

#0AAAC2 (or 0x0AAAC2) is unknown color: approx Iris Blue. HEX triplet: 0A, AA and C2. RGB value is (10,170,194). Sum of RGB (Red+Green+Blue) = 10+170+194=374 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.67% from 374); Green value is 170 (66.80% from 255 or 45.45% from 374); Blue value is 194 (76.17% from 255 or 51.87% from 374); Max value from RGB is 194 - color contains mainly: blue. Hex color #0AAAC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AAAC2 is #F5553D. Grayscale: #7C7C7C. Windows color (decimal): -16078142 or 12757514. OLE color: 12757514.

HSL color Cylindrical-coordinate representation of color #0AAAC2: hue angle of 187.83º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AAAC2 is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB10170194-
CMYK0.950.1200.24
HSL187.83º90.2%40%-
HSV(B)187.83º94.85%76.08%-
XYZ24.2432.7156.07-
YUV124.9166.9946.05-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.67%
GREEN value IS 170 (66.80% from 255) = 45.45%
BLUE value IS 194 (76.17% from 255) = 51.87%
R=2.67%
G=45.45%
B=51.87%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal101701940.950.1200.24187.8390.240
HexAAAC25FC018bc5a28
Octal122523021371403027413250
Binary1010101010101100001010111111100011000101111001011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AAAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,170,194); }

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

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

 a { background-color: rgb(10,170,194); }

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

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

 span { border-color: rgb(10,170,194); }

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