#10ACC2

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

Shades of Iris Blue #10ACC2

Tints of Iris Blue #10ACC2

Color information

#10ACC2 (or 0x10ACC2) is unknown color: approx Iris Blue. HEX triplet: 10, AC and C2. RGB value is (16,172,194). Sum of RGB (Red+Green+Blue) = 16+172+194=382 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.19% from 382); Green value is 172 (67.58% from 255 or 45.03% from 382); Blue value is 194 (76.17% from 255 or 50.79% from 382); Max value from RGB is 194 - color contains mainly: blue. Hex color #10ACC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10ACC2 is #EF533D. Grayscale: #7F7F7F. Windows color (decimal): -15684414 or 12758032. OLE color: 12758032.

HSL color Cylindrical-coordinate representation of color #10ACC2: hue angle of 187.42º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10ACC2 is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16172194-
CMYK0.920.1100.24
HSL187.42º84.76%41.18%-
HSV(B)187.42º91.75%76.08%-
XYZ24.733.5156.21-
YUV127.86165.3248.21-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.19%
GREEN value IS 172 (67.58% from 255) = 45.03%
BLUE value IS 194 (76.17% from 255) = 50.79%
R=4.19%
G=45.03%
B=50.79%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal161721940.920.1100.24187.4284.7641.18
Hex10ACC25CB018bb5529
Octal202543021341303027312551
Binary10000101011001100001010111001011011000101110111010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10ACC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,172,194); }

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

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

 a { background-color: rgb(16,172,194); }

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

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

 span { border-color: rgb(16,172,194); }

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