#0F93DF

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

Shades of Pacific Blue #0F93DF

Tints of Pacific Blue #0F93DF

Color information

#0F93DF (or 0x0F93DF) is unknown color: approx Pacific Blue. HEX triplet: 0F, 93 and DF. RGB value is (15,147,223). Sum of RGB (Red+Green+Blue) = 15+147+223=385 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.90% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #0F93DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F93DF is #F06C20. Grayscale: #737373. Windows color (decimal): -15756321 or 14652175. OLE color: 14652175.

HSL color Cylindrical-coordinate representation of color #0F93DF: hue angle of 201.92º 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 #0F93DF is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15147223-
CMYK0.930.3400.13
HSL201.92º87.39%46.67%-
HSV(B)201.92º93.27%87.45%-
XYZ23.9526.373.63-
YUV116.2188.2755.82-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.90%
GREEN value IS 147 (57.81% from 255) = 38.18%
BLUE value IS 223 (87.5% from 255) = 57.92%
R=3.90%
G=38.18%
B=57.92%

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
Decimal151472230.930.3400.13201.9287.3946.67
HexF93DF5D220Dca572f
Octal172233371354201531212757
Binary11111001001111011111101110110001001101110010101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F93DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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