Html Css Color HEX #008ED0 Pacific Blue

📋 copy color: '#008ED0'

red 0 ◦ green 142 ◦ blue 208

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

Shades of Pacific Blue #008ED0

Tints of Pacific Blue #008ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 59.43%

R = 0%
G = 40.57%
B = 59.43%

CMYK

 C value IS 1

 M value IS 0.32

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#008ED0 (or 0x008ED0) is known color: Pacific Blue. HEX triplet: 00, 8E and D0. RGB value is (0,142,208). Sum of RGB (Red+Green+Blue) = 0+142+208=350 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 350); Green value is 142 (55.86% from 255 or 40.57% from 350); Blue value is 208 (81.64% from 255 or 59.43% from 350); Max value from RGB is 208 - color contains mainly: blue. Hex color #008ED0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008ED0 is #FF712F. Grayscale: #6A6A6A. Windows color (decimal): -16740656 or 13667840. OLE color: 13667840.

HSL color Cylindrical-coordinate representation of color #008ED0: hue angle of 199.04º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008ED0 is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 0 142 208 -
CMYK 1 0.32 0 0.18
HSL 199.04º 1% 0.41% -
HSV(B) 199.04º 1% 0.82% -
XYZ 21.06 23.9 63.18 -
YUV 107.07 184.96 51.63 -
System Red Green Blue C M Y K H S L
Decimal 0 142 208 1 0.32 0 0.18 199.04 1 0.41
Hex 0 8E D0 64 20 0 12 C7 64 29
Octal 0 216 320 144 40 0 22 307 144 51
Binary 0 10001110 11010000 1100100 100000 0 10010 11000111 1100100 101001

Color Harmonies of #008ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008ED0

Black with #008ED0

Text Example


Text Example

White with #008ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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