#0C8AC6

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

Shades of Pacific Blue #0C8AC6

Tints of Pacific Blue #0C8AC6

Color information

#0C8AC6 (or 0x0C8AC6) is unknown color: approx Pacific Blue. HEX triplet: 0C, 8A and C6. RGB value is (12,138,198). Sum of RGB (Red+Green+Blue) = 12+138+198=348 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.45% from 348); Green value is 138 (54.30% from 255 or 39.66% from 348); Blue value is 198 (77.73% from 255 or 56.90% from 348); Max value from RGB is 198 - color contains mainly: blue. Hex color #0C8AC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C8AC6 is #F37539. Grayscale: #6A6A6A. Windows color (decimal): -15955258 or 13011468. OLE color: 13011468.

HSL color Cylindrical-coordinate representation of color #0C8AC6: hue angle of 199.35º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C8AC6 is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB12138198-
CMYK0.940.3000.22
HSL199.35º88.57%41.18%-
HSV(B)199.35º93.94%77.65%-
XYZ19.4322.3356.71-
YUV107.17179.2660.12-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.45%
GREEN value IS 138 (54.30% from 255) = 39.66%
BLUE value IS 198 (77.73% from 255) = 56.90%
R=3.45%
G=39.66%
B=56.90%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal121381980.940.3000.22199.3588.5741.18
HexC8AC65E1E016c75929
Octal142123061363602630713151
Binary11001000101011000110101111011110010110110001111011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C8AC6; }

 p { color: rgb(12,138,198); }

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

<style>
 a { background-color: #0C8AC6; }

 a { background-color: rgb(12,138,198); }

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

<style>
 span { border-color: #0C8AC6; }

 span { border-color: rgb(12,138,198); }

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