Html Css Color HEX #008ACC Pacific Blue

📋 copy color: '#008ACC'

red 0 ◦ green 138 ◦ blue 204

#008ACC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pacific Blue #008ACC

Tints of Pacific Blue #008ACC

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 138 (54.3% from 255) = 40.35%

 BLUE value IS 204 (80.08% from 255) = 59.65%

R = 0%
G = 40.35%
B = 59.65%

CMYK

 C value IS 1

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#008ACC (or 0x008ACC) is known color: 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

RGB 0 138 204 -
CMYK 1 0.32 0 0.2
HSL 199.41º 1% 0.4% -
HSV(B) 199.41º 1% 0.8% -
XYZ 19.99 22.54 60.42 -
YUV 104.26 184.28 53.63 -
System Red Green Blue C M Y K H S L
Decimal 0 138 204 1 0.32 0 0.2 199.41 1 0.4
Hex 0 8A CC 64 20 0 14 C7 64 28
Octal 0 212 314 144 40 0 24 307 144 50
Binary 0 10001010 11001100 1100100 100000 0 10100 11000111 1100100 101000

Color Harmonies of #008ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008ACC

Black with #008ACC

Text Example


Text Example

White with #008ACC

Text Example


Text Example

HTML Codes & Css Web 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>