Html Css Color HEX #008ECC Pacific Blue

📋 copy color: '#008ECC'

red 0 ◦ green 142 ◦ blue 204

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

Shades of Pacific Blue #008ECC

Tints of Pacific Blue #008ECC

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 value IS 1

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

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

RGB 0 142 204 -
CMYK 1 0.30 0 0.2
HSL 198.24º 1% 0.4% -
HSV(B) 198.24º 1% 0.8% -
XYZ 20.57 23.71 60.62 -
YUV 106.61 182.96 51.96 -
System Red Green Blue C M Y K H S L
Decimal 0 142 204 1 0.30 0 0.2 198.24 1 0.4
Hex 0 8E CC 64 1E 0 14 C6 64 28
Octal 0 216 314 144 36 0 24 306 144 50
Binary 0 10001110 11001100 1100100 11110 0 10100 11000110 1100100 101000

Color Harmonies of #008ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008ECC

Black with #008ECC

Text Example


Text Example

White with #008ECC

Text Example


Text Example

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