#12acc3

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

Shades of Iris Blue #12ACC3

Tints of Iris Blue #12ACC3

Color information

#12ACC3 (or 0x12ACC3) is unknown color: approx Iris Blue. HEX triplet: 12, AC and C3. RGB value is (18,172,195). Sum of RGB (Red+Green+Blue) = 18+172+195=385 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.68% from 385); Green value is 172 (67.58% from 255 or 44.68% from 385); Blue value is 195 (76.56% from 255 or 50.65% from 385); Max value from RGB is 195 - color contains mainly: blue. Hex color #12ACC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12ACC3 is #ED533C. Grayscale: #808080. Windows color (decimal): -15553341 or 12823570. OLE color: 12823570.

HSL color Cylindrical-coordinate representation of color #12ACC3: hue angle of 187.8º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12ACC3 is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18172195-
CMYK0.910.1200.24
HSL187.8º83.1%41.76%-
HSV(B)187.8º90.77%76.47%-
XYZ24.8533.5756.8-
YUV128.58165.4849.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.68%
GREEN value IS 172 (67.58% from 255) = 44.68%
BLUE value IS 195 (76.56% from 255) = 50.65%
R=4.68%
G=44.68%
B=50.65%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal181721950.910.1200.24187.883.141.76
Hex12ACC35BC018bc532a
Octal222543031331403027412352
Binary10010101011001100001110110111100011000101111001010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12acc3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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