#12ACCA

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

Shades of Iris Blue #12ACCA

Tints of Iris Blue #12ACCA

Color information

#12ACCA (or 0x12ACCA) is unknown color: approx Iris Blue. HEX triplet: 12, AC and CA. RGB value is (18,172,202). Sum of RGB (Red+Green+Blue) = 18+172+202=392 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.59% from 392); Green value is 172 (67.58% from 255 or 43.88% from 392); Blue value is 202 (79.30% from 255 or 51.53% from 392); Max value from RGB is 202 - color contains mainly: blue. Hex color #12ACCA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12ACCA is #ED5335. Grayscale: #818181. Windows color (decimal): -15553334 or 13282322. OLE color: 13282322.

HSL color Cylindrical-coordinate representation of color #12ACCA: hue angle of 189.78º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12ACCA is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18172202-
CMYK0.910.1500.21
HSL189.78º83.64%43.14%-
HSV(B)189.78º91.09%79.22%-
XYZ25.6633.961.07-
YUV129.37168.9848.56-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.59%
GREEN value IS 172 (67.58% from 255) = 43.88%
BLUE value IS 202 (79.30% from 255) = 51.53%
R=4.59%
G=43.88%
B=51.53%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal181722020.910.1500.21189.7883.6443.14
Hex12ACCA5BF015be542b
Octal222543121331702527612453
Binary10010101011001100101010110111111010101101111101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12ACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12ACCA; }

 p { color: rgb(18,172,202); }

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

<style>
 a { background-color: #12ACCA; }

 a { background-color: rgb(18,172,202); }

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

<style>
 span { border-color: #12ACCA; }

 span { border-color: rgb(18,172,202); }

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