#0E86CC

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

Shades of Pacific Blue #0E86CC

Tints of Pacific Blue #0E86CC

Color information

#0E86CC (or 0x0E86CC) is unknown color: approx Pacific Blue. HEX triplet: 0E, 86 and CC. RGB value is (14,134,204). Sum of RGB (Red+Green+Blue) = 14+134+204=352 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.98% from 352); Green value is 134 (52.73% from 255 or 38.07% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #0E86CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E86CC is #F17933. Grayscale: #696969. Windows color (decimal): -15825204 or 13403662. OLE color: 13403662.

HSL color Cylindrical-coordinate representation of color #0E86CC: hue angle of 202.11º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E86CC is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB14134204-
CMYK0.930.3400.2
HSL202.11º87.16%42.75%-
HSV(B)202.11º93.14%80%-
XYZ19.6121.560.24-
YUV106.1183.2462.31-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.98%
GREEN value IS 134 (52.73% from 255) = 38.07%
BLUE value IS 204 (80.08% from 255) = 57.95%
R=3.98%
G=38.07%
B=57.95%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal141342040.930.3400.2202.1187.1642.75
HexE86CC5D22014ca572b
Octal162063141354202431212753
Binary111010000110110011001011101100010010100110010101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E86CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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