#12ACC1

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

Shades of Iris Blue #12ACC1

Tints of Iris Blue #12ACC1

Color information

#12ACC1 (or 0x12ACC1) is unknown color: approx Iris Blue. HEX triplet: 12, AC and C1. RGB value is (18,172,193). Sum of RGB (Red+Green+Blue) = 18+172+193=383 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.70% from 383); Green value is 172 (67.58% from 255 or 44.91% from 383); Blue value is 193 (75.78% from 255 or 50.39% from 383); Max value from RGB is 193 - color contains mainly: blue. Hex color #12ACC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12ACC1 is #ED533E. Grayscale: #808080. Windows color (decimal): -15553343 or 12692498. OLE color: 12692498.

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

Color convert

RGB18172193-
CMYK0.910.1100.24
HSL187.2º82.94%41.37%-
HSV(B)187.2º90.67%75.69%-
XYZ24.6333.4855.62-
YUV128.35164.4849.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.70%
GREEN value IS 172 (67.58% from 255) = 44.91%
BLUE value IS 193 (75.78% from 255) = 50.39%
R=4.70%
G=44.91%
B=50.39%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal181721930.910.1100.24187.282.9441.37
Hex12ACC15BB018bb5329
Octal222543011331303027312351
Binary10010101011001100000110110111011011000101110111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12ACC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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