#0f86ca

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

Shades of Pacific Blue #0F86CA

Tints of Pacific Blue #0F86CA

Color information

#0F86CA (or 0x0F86CA) is unknown color: approx Pacific Blue. HEX triplet: 0F, 86 and CA. RGB value is (15,134,202). Sum of RGB (Red+Green+Blue) = 15+134+202=351 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.27% from 351); Green value is 134 (52.73% from 255 or 38.18% from 351); Blue value is 202 (79.30% from 255 or 57.55% from 351); Max value from RGB is 202 - color contains mainly: blue. Hex color #0F86CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F86CA is #F07935. Grayscale: #696969. Windows color (decimal): -15759670 or 13272591. OLE color: 13272591.

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

Color convert

RGB15134202-
CMYK0.930.3400.21
HSL201.82º86.18%42.55%-
HSV(B)201.82º92.57%79.22%-
XYZ19.3821.4258.99-
YUV106.17182.0862.97-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.27%
GREEN value IS 134 (52.73% from 255) = 38.18%
BLUE value IS 202 (79.30% from 255) = 57.55%
R=4.27%
G=38.18%
B=57.55%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal151342020.930.3400.21201.8286.1842.55
HexF86CA5D22015ca562b
Octal172063121354202531212653
Binary111110000110110010101011101100010010101110010101010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f86ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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