#0e8ad4

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

Shades of Pacific Blue #0E8AD4

Tints of Pacific Blue #0E8AD4

Color information

#0E8AD4 (or 0x0E8AD4) is unknown color: approx Pacific Blue. HEX triplet: 0E, 8A and D4. RGB value is (14,138,212). Sum of RGB (Red+Green+Blue) = 14+138+212=364 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.85% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 212 (83.20% from 255 or 58.24% from 364); Max value from RGB is 212 - color contains mainly: blue. Hex color #0E8AD4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E8AD4 is #F1752B. Grayscale: #6C6C6C. Windows color (decimal): -15824172 or 13928974. OLE color: 13928974.

HSL color Cylindrical-coordinate representation of color #0E8AD4: hue angle of 202.42º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E8AD4 is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB14138212-
CMYK0.930.3500.17
HSL202.42º87.61%44.31%-
HSV(B)202.42º93.4%83.14%-
XYZ21.1523.0265.62-
YUV109.36185.9259.98-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.85%
GREEN value IS 138 (54.30% from 255) = 37.91%
BLUE value IS 212 (83.20% from 255) = 58.24%
R=3.85%
G=37.91%
B=58.24%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal141382120.930.3500.17202.4287.6144.31
HexE8AD45D23011ca582c
Octal162123241354302131213054
Binary111010001010110101001011101100011010001110010101011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0e8ad4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,138,212); }

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

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

 a { background-color: rgb(14,138,212); }

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

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

 span { border-color: rgb(14,138,212); }

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