#0e8fca

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

Shades of Pacific Blue #0E8FCA

Tints of Pacific Blue #0E8FCA

Color information

#0E8FCA (or 0x0E8FCA) is unknown color: approx Pacific Blue. HEX triplet: 0E, 8F and CA. RGB value is (14,143,202). Sum of RGB (Red+Green+Blue) = 14+143+202=359 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.90% from 359); Green value is 143 (56.25% from 255 or 39.83% from 359); Blue value is 202 (79.30% from 255 or 56.27% from 359); Max value from RGB is 202 - color contains mainly: blue. Hex color #0E8FCA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E8FCA is #F17035. Grayscale: #6E6E6E. Windows color (decimal): -15822902 or 13274894. OLE color: 13274894.

HSL color Cylindrical-coordinate representation of color #0E8FCA: hue angle of 198.83º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E8FCA is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14143202-
CMYK0.930.2900.21
HSL198.83º87.04%42.35%-
HSV(B)198.83º93.07%79.22%-
XYZ20.662459.42-
YUV111.15179.2658.7-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.90%
GREEN value IS 143 (56.25% from 255) = 39.83%
BLUE value IS 202 (79.30% from 255) = 56.27%
R=3.90%
G=39.83%
B=56.27%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal141432020.930.2900.21198.8387.0442.35
HexE8FCA5D1D015c7572a
Octal162173121353502530712752
Binary11101000111111001010101110111101010101110001111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0e8fca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,143,202); }

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

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

 a { background-color: rgb(14,143,202); }

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

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

 span { border-color: rgb(14,143,202); }

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