Html Css Color HEX #008EDC Pacific Blue

📋 copy color: '#008EDC'

red 0 ◦ green 142 ◦ blue 220

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

Shades of Pacific Blue #008EDC

Tints of Pacific Blue #008EDC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 39.23%

 BLUE value IS 220 (86.33% from 255) = 60.77%

R = 0%
G = 39.23%
B = 60.77%

CMYK

 C value IS 1

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#008EDC (or 0x008EDC) is known color: Pacific Blue. HEX triplet: 00, 8E and DC. RGB value is (0,142,220). Sum of RGB (Red+Green+Blue) = 0+142+220=362 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 362); Green value is 142 (55.86% from 255 or 39.23% from 362); Blue value is 220 (86.33% from 255 or 60.77% from 362); Max value from RGB is 220 - color contains mainly: blue. Hex color #008EDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008EDC is #FF7123. Grayscale: #6B6B6B. Windows color (decimal): -16740644 or 14454272. OLE color: 14454272.

HSL color Cylindrical-coordinate representation of color #008EDC: hue angle of 201.27º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008EDC is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 0 142 220 -
CMYK 1 0.35 0 0.14
HSL 201.27º 1% 0.43% -
HSV(B) 201.27º 1% 0.86% -
XYZ 22.59 24.51 71.25 -
YUV 108.43 190.96 50.66 -
System Red Green Blue C M Y K H S L
Decimal 0 142 220 1 0.35 0 0.14 201.27 1 0.43
Hex 0 8E DC 64 23 0 E C9 64 2B
Octal 0 216 334 144 43 0 16 311 144 53
Binary 0 10001110 11011100 1100100 100011 0 1110 11001001 1100100 101011

Color Harmonies of #008EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008EDC

Black with #008EDC

Text Example


Text Example

White with #008EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #008EDC;
 }
 .AnyTagClassName
 {
   color: #008EDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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