Html Css Color HEX #008FD1 Pacific Blue

📋 copy color: '#008FD1'

red 0 ◦ green 143 ◦ blue 209

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

Shades of Pacific Blue #008FD1

Tints of Pacific Blue #008FD1

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.63%

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

R = 0%
G = 40.63%
B = 59.38%

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

#008FD1 (or 0x008FD1) is known color: Pacific Blue. HEX triplet: 00, 8F and D1. RGB value is (0,143,209). Sum of RGB (Red+Green+Blue) = 0+143+209=352 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 352); Green value is 143 (56.25% from 255 or 40.62% from 352); Blue value is 209 (82.03% from 255 or 59.38% from 352); Max value from RGB is 209 - color contains mainly: blue. Hex color #008FD1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008FD1 is #FF702E. Grayscale: #6B6B6B. Windows color (decimal): -16740399 or 13733632. OLE color: 13733632.

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

Color convert

RGB 0 143 209 -
CMYK 1 0.32 0 0.18
HSL 198.95º 1% 0.41% -
HSV(B) 198.95º 1% 0.82% -
XYZ 21.33 24.25 63.88 -
YUV 107.77 185.12 51.13 -
System Red Green Blue C M Y K H S L
Decimal 0 143 209 1 0.32 0 0.18 198.95 1 0.41
Hex 0 8F D1 64 20 0 12 C7 64 29
Octal 0 217 321 144 40 0 22 307 144 51
Binary 0 10001111 11010001 1100100 100000 0 10010 11000111 1100100 101001

Color Harmonies of #008FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008FD1

Black with #008FD1

Text Example


Text Example

White with #008FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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