#12A7BC

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

Shades of Pacific Blue #12A7BC

Tints of Pacific Blue #12A7BC

Color information

#12A7BC (or 0x12A7BC) is unknown color: approx Pacific Blue. HEX triplet: 12, A7 and BC. RGB value is (18,167,188). Sum of RGB (Red+Green+Blue) = 18+167+188=373 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.83% from 373); Green value is 167 (65.62% from 255 or 44.77% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #12A7BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12A7BC is #ED5843. Grayscale: #7C7C7C. Windows color (decimal): -15554628 or 12363538. OLE color: 12363538.

HSL color Cylindrical-coordinate representation of color #12A7BC: hue angle of 187.41º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12A7BC is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18167188-
CMYK0.900.1100.26
HSL187.41º82.52%40.39%-
HSV(B)187.41º90.43%73.73%-
XYZ23.1531.452.42-
YUV124.84163.6451.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.83%
GREEN value IS 167 (65.62% from 255) = 44.77%
BLUE value IS 188 (73.83% from 255) = 50.40%
R=4.83%
G=44.77%
B=50.40%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal181671880.900.1100.26187.4182.5240.39
Hex12A7BC5AB01Abb5328
Octal222472741321303227312350
Binary10010101001111011110010110101011011010101110111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,167,188); }

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

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

 a { background-color: rgb(18,167,188); }

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

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

 span { border-color: rgb(18,167,188); }

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