#0c87d6

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

Shades of Pacific Blue #0C87D6

Tints of Pacific Blue #0C87D6

Color information

#0C87D6 (or 0x0C87D6) is unknown color: approx Pacific Blue. HEX triplet: 0C, 87 and D6. RGB value is (12,135,214). Sum of RGB (Red+Green+Blue) = 12+135+214=361 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.32% from 361); Green value is 135 (53.12% from 255 or 37.40% from 361); Blue value is 214 (83.98% from 255 or 59.28% from 361); Max value from RGB is 214 - color contains mainly: blue. Hex color #0C87D6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C87D6 is #F37829. Grayscale: #6A6A6A. Windows color (decimal): -15956010 or 14059276. OLE color: 14059276.

HSL color Cylindrical-coordinate representation of color #0C87D6: hue angle of 203.47º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C87D6 is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB12135214-
CMYK0.940.3700.16
HSL203.47º89.38%44.31%-
HSV(B)203.47º94.39%83.92%-
XYZ20.9522.2666.81-
YUV107.23188.2560.08-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.32%
GREEN value IS 135 (53.12% from 255) = 37.40%
BLUE value IS 214 (83.98% from 255) = 59.28%
R=3.32%
G=37.40%
B=59.28%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal121352140.940.3700.16203.4789.3844.31
HexC87D65E25010cb592c
Octal142073261364502031313154
Binary110010000111110101101011110100101010000110010111011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c87d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,135,214); }

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

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

 a { background-color: rgb(12,135,214); }

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

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

 span { border-color: rgb(12,135,214); }

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