Html Css Color HEX #008EDE Pacific Blue

📋 copy color: '#008EDE'

red 0 ◦ green 142 ◦ blue 222

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

Shades of Pacific Blue #008EDE

Tints of Pacific Blue #008EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 60.99%

R = 0%
G = 39.01%
B = 60.99%

CMYK

 C value IS 1

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#008EDE (or 0x008EDE) is known color: Pacific Blue. HEX triplet: 00, 8E and DE. RGB value is (0,142,222). Sum of RGB (Red+Green+Blue) = 0+142+222=364 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 364); Green value is 142 (55.86% from 255 or 39.01% from 364); Blue value is 222 (87.11% from 255 or 60.99% from 364); Max value from RGB is 222 - color contains mainly: blue. Hex color #008EDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008EDE is #FF7121. Grayscale: #6C6C6C. Windows color (decimal): -16740642 or 14585344. OLE color: 14585344.

HSL color Cylindrical-coordinate representation of color #008EDE: hue angle of 201.62º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008EDE is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 142 222 -
CMYK 1 0.36 0 0.13
HSL 201.62º 1% 0.44% -
HSV(B) 201.62º 1% 0.87% -
XYZ 22.86 24.62 72.65 -
YUV 108.66 191.96 50.5 -
System Red Green Blue C M Y K H S L
Decimal 0 142 222 1 0.36 0 0.13 201.62 1 0.44
Hex 0 8E DE 64 24 0 D CA 64 2C
Octal 0 216 336 144 44 0 15 312 144 54
Binary 0 10001110 11011110 1100100 100100 0 1101 11001010 1100100 101100

Color Harmonies of #008EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008EDE

Black with #008EDE

Text Example


Text Example

White with #008EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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