#0F86CC

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

Shades of Pacific Blue #0F86CC

Tints of Pacific Blue #0F86CC

Color information

#0F86CC (or 0x0F86CC) is unknown color: approx Pacific Blue. HEX triplet: 0F, 86 and CC. RGB value is (15,134,204). Sum of RGB (Red+Green+Blue) = 15+134+204=353 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.25% from 353); Green value is 134 (52.73% from 255 or 37.96% from 353); Blue value is 204 (80.08% from 255 or 57.79% from 353); Max value from RGB is 204 - color contains mainly: blue. Hex color #0F86CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F86CC is #F07933. Grayscale: #6A6A6A. Windows color (decimal): -15759668 or 13403663. OLE color: 13403663.

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

Color convert

RGB15134204-
CMYK0.930.3400.2
HSL202.22º86.3%42.94%-
HSV(B)202.22º92.65%80%-
XYZ19.6221.5160.24-
YUV106.4183.0862.81-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.25%
GREEN value IS 134 (52.73% from 255) = 37.96%
BLUE value IS 204 (80.08% from 255) = 57.79%
R=4.25%
G=37.96%
B=57.79%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal151342040.930.3400.2202.2286.342.94
HexF86CC5D22014ca562b
Octal172063141354202431212653
Binary111110000110110011001011101100010010100110010101010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F86CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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