Html Css Color HEX #008ECF Pacific Blue

📋 copy color: '#008ECF'

red 0 ◦ green 142 ◦ blue 207

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

Shades of Pacific Blue #008ECF

Tints of Pacific Blue #008ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 59.31%

R = 0%
G = 40.69%
B = 59.31%

CMYK

 C value IS 1

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#008ECF (or 0x008ECF) is known color: Pacific Blue. HEX triplet: 00, 8E and CF. RGB value is (0,142,207). Sum of RGB (Red+Green+Blue) = 0+142+207=349 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 349); Green value is 142 (55.86% from 255 or 40.69% from 349); Blue value is 207 (81.25% from 255 or 59.31% from 349); Max value from RGB is 207 - color contains mainly: blue. Hex color #008ECF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008ECF is #FF7130. Grayscale: #6A6A6A. Windows color (decimal): -16740657 or 13602304. OLE color: 13602304.

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

Color convert

RGB 0 142 207 -
CMYK 1 0.31 0 0.19
HSL 198.84º 1% 0.41% -
HSV(B) 198.84º 1% 0.81% -
XYZ 20.94 23.85 62.53 -
YUV 106.95 184.46 51.71 -
System Red Green Blue C M Y K H S L
Decimal 0 142 207 1 0.31 0 0.19 198.84 1 0.41
Hex 0 8E CF 64 1F 0 13 C7 64 29
Octal 0 216 317 144 37 0 23 307 144 51
Binary 0 10001110 11001111 1100100 11111 0 10011 11000111 1100100 101001

Color Harmonies of #008ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008ECF

Black with #008ECF

Text Example


Text Example

White with #008ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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