Html Css Color HEX #008ED1 Pacific Blue

📋 copy color: '#008ED1'

red 0 ◦ green 142 ◦ blue 209

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

Shades of Pacific Blue #008ED1

Tints of Pacific Blue #008ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 59.54%

R = 0%
G = 40.46%
B = 59.54%

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

#008ED1 (or 0x008ED1) is known color: Pacific Blue. HEX triplet: 00, 8E and D1. RGB value is (0,142,209). Sum of RGB (Red+Green+Blue) = 0+142+209=351 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 351); Green value is 142 (55.86% from 255 or 40.46% from 351); Blue value is 209 (82.03% from 255 or 59.54% from 351); Max value from RGB is 209 - color contains mainly: blue. Hex color #008ED1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008ED1 is #FF712E. Grayscale: #6A6A6A. Windows color (decimal): -16740655 or 13733376. OLE color: 13733376.

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

Color convert

RGB 0 142 209 -
CMYK 1 0.32 0 0.18
HSL 199.23º 1% 0.41% -
HSV(B) 199.23º 1% 0.82% -
XYZ 21.18 23.95 63.83 -
YUV 107.18 185.46 51.55 -
System Red Green Blue C M Y K H S L
Decimal 0 142 209 1 0.32 0 0.18 199.23 1 0.41
Hex 0 8E D1 64 20 0 12 C7 64 29
Octal 0 216 321 144 40 0 22 307 144 51
Binary 0 10001110 11010001 1100100 100000 0 10010 11000111 1100100 101001

Color Harmonies of #008ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008ED1

Black with #008ED1

Text Example


Text Example

White with #008ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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