#0F94DF

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

Shades of Pacific Blue #0F94DF

Tints of Pacific Blue #0F94DF

Color information

#0F94DF (or 0x0F94DF) is unknown color: approx Pacific Blue. HEX triplet: 0F, 94 and DF. RGB value is (15,148,223). Sum of RGB (Red+Green+Blue) = 15+148+223=386 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.89% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #0F94DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F94DF is #F06B20. Grayscale: #747474. Windows color (decimal): -15756065 or 14652431. OLE color: 14652431.

HSL color Cylindrical-coordinate representation of color #0F94DF: hue angle of 201.63º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F94DF is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15148223-
CMYK0.930.3400.13
HSL201.63º87.39%46.67%-
HSV(B)201.63º93.27%87.45%-
XYZ24.1126.6173.68-
YUV116.78187.9455.4-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.89%
GREEN value IS 148 (58.20% from 255) = 38.34%
BLUE value IS 223 (87.5% from 255) = 57.77%
R=3.89%
G=38.34%
B=57.77%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal151482230.930.3400.13201.6387.3946.67
HexF94DF5D220Dca572f
Octal172243371354201531212757
Binary11111001010011011111101110110001001101110010101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F94DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,148,223); }

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

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

 a { background-color: rgb(15,148,223); }

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

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

 span { border-color: rgb(15,148,223); }

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