#0D86CA

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

Shades of Pacific Blue #0D86CA

Tints of Pacific Blue #0D86CA

Color information

#0D86CA (or 0x0D86CA) is unknown color: approx Pacific Blue. HEX triplet: 0D, 86 and CA. RGB value is (13,134,202). Sum of RGB (Red+Green+Blue) = 13+134+202=349 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.72% from 349); Green value is 134 (52.73% from 255 or 38.40% from 349); Blue value is 202 (79.30% from 255 or 57.88% from 349); Max value from RGB is 202 - color contains mainly: blue. Hex color #0D86CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D86CA is #F27935. Grayscale: #696969. Windows color (decimal): -15890742 or 13272589. OLE color: 13272589.

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

Color convert

RGB13134202-
CMYK0.940.3400.21
HSL201.59º87.91%42.16%-
HSV(B)201.59º93.56%79.22%-
XYZ19.3521.458.99-
YUV105.57182.4161.97-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.72%
GREEN value IS 134 (52.73% from 255) = 38.40%
BLUE value IS 202 (79.30% from 255) = 57.88%
R=3.72%
G=38.40%
B=57.88%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal131342020.940.3400.21201.5987.9142.16
HexD86CA5E22015ca582a
Octal152063121364202531213052
Binary110110000110110010101011110100010010101110010101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D86CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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