#0E93CC

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

Shades of Pacific Blue #0E93CC

Tints of Pacific Blue #0E93CC

Color information

#0E93CC (or 0x0E93CC) is unknown color: approx Pacific Blue. HEX triplet: 0E, 93 and CC. RGB value is (14,147,204). Sum of RGB (Red+Green+Blue) = 14+147+204=365 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.84% from 365); Green value is 147 (57.81% from 255 or 40.27% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #0E93CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E93CC is #F16C33. Grayscale: #717171. Windows color (decimal): -15821876 or 13406990. OLE color: 13406990.

HSL color Cylindrical-coordinate representation of color #0E93CC: hue angle of 198º 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 #0E93CC is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB14147204-
CMYK0.930.2800.2
HSL198º87.16%42.75%-
HSV(B)198º93.14%80%-
XYZ21.5125.3260.88-
YUV113.73178.9456.87-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.84%
GREEN value IS 147 (57.81% from 255) = 40.27%
BLUE value IS 204 (80.08% from 255) = 55.89%
R=3.84%
G=40.27%
B=55.89%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal141472040.930.2800.219887.1642.75
HexE93CC5D1C014c6572b
Octal162233141353402430612753
Binary11101001001111001100101110111100010100110001101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E93CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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