#008ECA

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

Shades of Pacific Blue #008ECA

Tints of Pacific Blue #008ECA

Color information

#008ECA (or 0x008ECA) is unknown color: approx Pacific Blue. HEX triplet: 00, 8E and CA. RGB value is (0,142,202). Sum of RGB (Red+Green+Blue) = 0+142+202=344 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 344); Green value is 142 (55.86% from 255 or 41.28% from 344); Blue value is 202 (79.30% from 255 or 58.72% from 344); Max value from RGB is 202 - color contains mainly: blue. Hex color #008ECA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008ECA is #FF7135. Grayscale: #6A6A6A. Windows color (decimal): -16740662 or 13274624. OLE color: 13274624.

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

Color convert

RGB0142202-
CMYK10.3000.21
HSL197.82º100%39.61%-
HSV(B)197.82º100%79.22%-
XYZ20.3323.6159.36-
YUV106.38181.9652.12-

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.28%
BLUE value IS 202 (79.30% from 255) = 58.72%
R=0%
G=41.28%
B=58.72%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal014220210.3000.21197.8210039.61
Hex08ECA641E015c66428
Octal02163121443602530614450
Binary01000111011001010110010011110010101110001101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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