#008ECC

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

Shades of Pacific Blue #008ECC

Tints of Pacific Blue #008ECC

Color information

#008ECC (or 0x008ECC) is unknown color: approx Pacific Blue. HEX triplet: 00, 8E and CC. RGB value is (0,142,204). Sum of RGB (Red+Green+Blue) = 0+142+204=346 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 346); Green value is 142 (55.86% from 255 or 41.04% from 346); Blue value is 204 (80.08% from 255 or 58.96% from 346); Max value from RGB is 204 - color contains mainly: blue. Hex color #008ECC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008ECC is #FF7133. Grayscale: #6A6A6A. Windows color (decimal): -16740660 or 13405696. OLE color: 13405696.

HSL color Cylindrical-coordinate representation of color #008ECC: hue angle of 198.24º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008ECC is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB0142204-
CMYK10.3000.2
HSL198.24º100%40%-
HSV(B)198.24º100%80%-
XYZ20.5723.7160.62-
YUV106.61182.9651.96-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 142 (55.86% from 255) = 41.04%
BLUE value IS 204 (80.08% from 255) = 58.96%
R=0%
G=41.04%
B=58.96%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal014220410.3000.2198.2410040
Hex08ECC641E014c66428
Octal02163141443602430614450
Binary01000111011001100110010011110010100110001101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008ECC; }

 p { color: rgb(0,142,204); }

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

<style>
 a { background-color: #008ECC; }

 a { background-color: rgb(0,142,204); }

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

<style>
 span { border-color: #008ECC; }

 span { border-color: rgb(0,142,204); }

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