#0E86C7

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

Shades of Pacific Blue #0E86C7

Tints of Pacific Blue #0E86C7

Color information

#0E86C7 (or 0x0E86C7) is unknown color: approx Pacific Blue. HEX triplet: 0E, 86 and C7. RGB value is (14,134,199). Sum of RGB (Red+Green+Blue) = 14+134+199=347 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.03% from 347); Green value is 134 (52.73% from 255 or 38.62% from 347); Blue value is 199 (78.12% from 255 or 57.35% from 347); Max value from RGB is 199 - color contains mainly: blue. Hex color #0E86C7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E86C7 is #F17938. Grayscale: #696969. Windows color (decimal): -15825209 or 13075982. OLE color: 13075982.

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

Color convert

RGB14134199-
CMYK0.930.3300.22
HSL201.08º86.85%41.76%-
HSV(B)201.08º92.96%78.04%-
XYZ19.0221.2757.14-
YUV105.53180.7462.71-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.03%
GREEN value IS 134 (52.73% from 255) = 38.62%
BLUE value IS 199 (78.12% from 255) = 57.35%
R=4.03%
G=38.62%
B=57.35%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal141341990.930.3300.22201.0886.8541.76
HexE86C75D21016c9572a
Octal162063071354102631112752
Binary111010000110110001111011101100001010110110010011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E86C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,134,199); }

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

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

 a { background-color: rgb(14,134,199); }

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

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

 span { border-color: rgb(14,134,199); }

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