#0F93C1

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

Shades of Pacific Blue #0F93C1

Tints of Pacific Blue #0F93C1

Color information

#0F93C1 (or 0x0F93C1) is unknown color: approx Pacific Blue. HEX triplet: 0F, 93 and C1. RGB value is (15,147,193). Sum of RGB (Red+Green+Blue) = 15+147+193=355 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.23% from 355); Green value is 147 (57.81% from 255 or 41.41% from 355); Blue value is 193 (75.78% from 255 or 54.37% from 355); Max value from RGB is 193 - color contains mainly: blue. Hex color #0F93C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F93C1 is #F06C3E. Grayscale: #707070. Windows color (decimal): -15756351 or 12686095. OLE color: 12686095.

HSL color Cylindrical-coordinate representation of color #0F93C1: hue angle of 195.51º 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 #0F93C1 is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB15147193-
CMYK0.920.2400.24
HSL195.51º85.58%40.78%-
HSV(B)195.51º92.23%75.69%-
XYZ20.2624.8254.18-
YUV112.78173.2758.26-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.23%
GREEN value IS 147 (57.81% from 255) = 41.41%
BLUE value IS 193 (75.78% from 255) = 54.37%
R=4.23%
G=41.41%
B=54.37%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal151471930.920.2400.24195.5185.5840.78
HexF93C15C18018c45629
Octal172233011343003030412651
Binary11111001001111000001101110011000011000110001001010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F93C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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