#0086CA

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

Shades of Pacific Blue #0086CA

Tints of Pacific Blue #0086CA

Color information

#0086CA (or 0x0086CA) is unknown color: approx Pacific Blue. HEX triplet: 00, 86 and CA. RGB value is (0,134,202). Sum of RGB (Red+Green+Blue) = 0+134+202=336 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 336); Green value is 134 (52.73% from 255 or 39.88% from 336); Blue value is 202 (79.30% from 255 or 60.12% from 336); Max value from RGB is 202 - color contains mainly: blue. Hex color #0086CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0086CA is #FF7935. Grayscale: #656565. Windows color (decimal): -16742710 or 13272576. OLE color: 13272576.

HSL color Cylindrical-coordinate representation of color #0086CA: hue angle of 200.2º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0086CA is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB0134202-
CMYK10.3400.21
HSL200.2º100%39.61%-
HSV(B)200.2º100%79.22%-
XYZ19.1921.3158.98-
YUV101.69184.6155.47-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 134 (52.73% from 255) = 39.88%
BLUE value IS 202 (79.30% from 255) = 60.12%
R=0%
G=39.88%
B=60.12%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal013420210.3400.21200.210039.61
Hex086CA6422015c86428
Octal02063121444202531014450
Binary010000110110010101100100100010010101110010001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0086CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0086CA; }

 p { color: rgb(0,134,202); }

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

<style>
 a { background-color: #0086CA; }

 a { background-color: rgb(0,134,202); }

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

<style>
 span { border-color: #0086CA; }

 span { border-color: rgb(0,134,202); }

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