#12A5CF

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

Shades of Pacific Blue #12A5CF

Tints of Pacific Blue #12A5CF

Color information

#12A5CF (or 0x12A5CF) is unknown color: approx Pacific Blue. HEX triplet: 12, A5 and CF. RGB value is (18,165,207). Sum of RGB (Red+Green+Blue) = 18+165+207=390 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.62% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #12A5CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12A5CF is #ED5A30. Grayscale: #7D7D7D. Windows color (decimal): -15555121 or 13608210. OLE color: 13608210.

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

Color convert

RGB18165207-
CMYK0.910.2000.19
HSL193.33º84%44.12%-
HSV(B)193.33º91.3%81.18%-
XYZ24.9731.5463.8-
YUV125.84173.851.08-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.62%
GREEN value IS 165 (64.84% from 255) = 42.31%
BLUE value IS 207 (81.25% from 255) = 53.08%
R=4.62%
G=42.31%
B=53.08%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal181652070.910.2000.19193.338444.12
Hex12A5CF5B14013c1542c
Octal222453171332402330112454
Binary100101010010111001111101101110100010011110000011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,165,207); }

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

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

 a { background-color: rgb(18,165,207); }

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

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

 span { border-color: rgb(18,165,207); }

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