#12A3CC

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

Shades of Pacific Blue #12A3CC

Tints of Pacific Blue #12A3CC

Color information

#12A3CC (or 0x12A3CC) is unknown color: approx Pacific Blue. HEX triplet: 12, A3 and CC. RGB value is (18,163,204). Sum of RGB (Red+Green+Blue) = 18+163+204=385 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.68% from 385); Green value is 163 (64.06% from 255 or 42.34% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #12A3CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12A3CC is #ED5C33. Grayscale: #7C7C7C. Windows color (decimal): -15555636 or 13411090. OLE color: 13411090.

HSL color Cylindrical-coordinate representation of color #12A3CC: hue angle of 193.23º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12A3CC is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18163204-
CMYK0.910.2000.2
HSL193.23º83.78%43.53%-
HSV(B)193.23º91.18%80%-
XYZ24.2530.6861.77-
YUV124.32172.9652.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.68%
GREEN value IS 163 (64.06% from 255) = 42.34%
BLUE value IS 204 (80.08% from 255) = 52.99%
R=4.68%
G=42.34%
B=52.99%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal181632040.910.2000.2193.2383.7843.53
Hex12A3CC5B14014c1542c
Octal222433141332402430112454
Binary100101010001111001100101101110100010100110000011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,163,204); }

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

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

 a { background-color: rgb(18,163,204); }

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

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

 span { border-color: rgb(18,163,204); }

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