#008ACC

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

Shades of Pacific Blue #008ACC

Tints of Pacific Blue #008ACC

Color information

#008ACC (or 0x008ACC) is unknown color: approx Pacific Blue. HEX triplet: 00, 8A and CC. RGB value is (0,138,204). Sum of RGB (Red+Green+Blue) = 0+138+204=342 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 342); Green value is 138 (54.30% from 255 or 40.35% from 342); Blue value is 204 (80.08% from 255 or 59.65% from 342); Max value from RGB is 204 - color contains mainly: blue. Hex color #008ACC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008ACC is #FF7533. Grayscale: #676767. Windows color (decimal): -16741684 or 13404672. OLE color: 13404672.

HSL color Cylindrical-coordinate representation of color #008ACC: hue angle of 199.41º 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 #008ACC is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB0138204-
CMYK10.3200.2
HSL199.41º100%40%-
HSV(B)199.41º100%80%-
XYZ19.9922.5460.42-
YUV104.26184.2853.63-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 138 (54.30% from 255) = 40.35%
BLUE value IS 204 (80.08% from 255) = 59.65%
R=0%
G=40.35%
B=59.65%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal013820410.3200.2199.4110040
Hex08ACC6420014c76428
Octal02123141444002430714450
Binary010001010110011001100100100000010100110001111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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