#0F96C1

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

Shades of Pacific Blue #0F96C1

Tints of Pacific Blue #0F96C1

Color information

#0F96C1 (or 0x0F96C1) is unknown color: approx Pacific Blue. HEX triplet: 0F, 96 and C1. RGB value is (15,150,193). Sum of RGB (Red+Green+Blue) = 15+150+193=358 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.19% from 358); Green value is 150 (58.98% from 255 or 41.90% from 358); Blue value is 193 (75.78% from 255 or 53.91% from 358); Max value from RGB is 193 - color contains mainly: blue. Hex color #0F96C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F96C1 is #F0693E. Grayscale: #727272. Windows color (decimal): -15755583 or 12686863. OLE color: 12686863.

HSL color Cylindrical-coordinate representation of color #0F96C1: hue angle of 194.49º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F96C1 is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB15150193-
CMYK0.920.2200.24
HSL194.49º85.58%40.78%-
HSV(B)194.49º92.23%75.69%-
XYZ20.7325.7654.33-
YUV114.54172.2757-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.19%
GREEN value IS 150 (58.98% from 255) = 41.90%
BLUE value IS 193 (75.78% from 255) = 53.91%
R=4.19%
G=41.90%
B=53.91%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal151501930.920.2200.24194.4985.5840.78
HexF96C15C16018c25629
Octal172263011342603030212651
Binary11111001011011000001101110010110011000110000101010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F96C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,150,193); }

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

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

 a { background-color: rgb(15,150,193); }

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

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

 span { border-color: rgb(15,150,193); }

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