#12A2C4

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

Shades of Pacific Blue #12A2C4

Tints of Pacific Blue #12A2C4

Color information

#12A2C4 (or 0x12A2C4) is unknown color: approx Pacific Blue. HEX triplet: 12, A2 and C4. RGB value is (18,162,196). Sum of RGB (Red+Green+Blue) = 18+162+196=376 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.79% from 376); Green value is 162 (63.67% from 255 or 43.09% from 376); Blue value is 196 (76.95% from 255 or 52.13% from 376); Max value from RGB is 196 - color contains mainly: blue. Hex color #12A2C4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12A2C4 is #ED5D3B. Grayscale: #7A7A7A. Windows color (decimal): -15555900 or 12886546. OLE color: 12886546.

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

Color convert

RGB18162196-
CMYK0.910.1700.23
HSL191.46º83.18%41.96%-
HSV(B)191.46º90.82%76.86%-
XYZ23.1329.9556.79-
YUV122.82169.2953.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.79%
GREEN value IS 162 (63.67% from 255) = 43.09%
BLUE value IS 196 (76.95% from 255) = 52.13%
R=4.79%
G=43.09%
B=52.13%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal181621960.910.1700.23191.4683.1841.96
Hex12A2C45B11017bf532a
Octal222423041332102727712352
Binary100101010001011000100101101110001010111101111111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,162,196); }

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

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

 a { background-color: rgb(18,162,196); }

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

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

 span { border-color: rgb(18,162,196); }

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