#0F93CE

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

Shades of Pacific Blue #0F93CE

Tints of Pacific Blue #0F93CE

Color information

#0F93CE (or 0x0F93CE) is unknown color: approx Pacific Blue. HEX triplet: 0F, 93 and CE. RGB value is (15,147,206). Sum of RGB (Red+Green+Blue) = 15+147+206=368 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.08% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #0F93CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F93CE is #F06C31. Grayscale: #717171. Windows color (decimal): -15756338 or 13538063. OLE color: 13538063.

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

Color convert

RGB15147206-
CMYK0.930.2900.19
HSL198.53º86.43%43.33%-
HSV(B)198.53º92.72%80.78%-
XYZ21.7725.4362.15-
YUV114.26179.7757.2-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.08%
GREEN value IS 147 (57.81% from 255) = 39.95%
BLUE value IS 206 (80.86% from 255) = 55.98%
R=4.08%
G=39.95%
B=55.98%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal151472060.930.2900.19198.5386.4343.33
HexF93CE5D1D013c7562b
Octal172233161353502330712653
Binary11111001001111001110101110111101010011110001111010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F93CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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