#10AAC6

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

Shades of Iris Blue #10AAC6

Tints of Iris Blue #10AAC6

Color information

#10AAC6 (or 0x10AAC6) is unknown color: approx Iris Blue. HEX triplet: 10, AA and C6. RGB value is (16,170,198). Sum of RGB (Red+Green+Blue) = 16+170+198=384 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.17% from 384); Green value is 170 (66.80% from 255 or 44.27% from 384); Blue value is 198 (77.73% from 255 or 51.56% from 384); Max value from RGB is 198 - color contains mainly: blue. Hex color #10AAC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10AAC6 is #EF5539. Grayscale: #7E7E7E. Windows color (decimal): -15684922 or 13019664. OLE color: 13019664.

HSL color Cylindrical-coordinate representation of color #10AAC6: hue angle of 189.23º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10AAC6 is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16170198-
CMYK0.920.1400.22
HSL189.23º85.05%41.96%-
HSV(B)189.23º91.92%77.65%-
XYZ24.7832.9458.48-
YUV127.15167.9848.72-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.17%
GREEN value IS 170 (66.80% from 255) = 44.27%
BLUE value IS 198 (77.73% from 255) = 51.56%
R=4.17%
G=44.27%
B=51.56%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal161701980.920.1400.22189.2385.0541.96
Hex10AAC65CE016bd552a
Octal202523061341602627512552
Binary10000101010101100011010111001110010110101111011010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10AAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10AAC6; }

 p { color: rgb(16,170,198); }

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

<style>
 a { background-color: #10AAC6; }

 a { background-color: rgb(16,170,198); }

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

<style>
 span { border-color: #10AAC6; }

 span { border-color: rgb(16,170,198); }

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