Html Css Color HEX #008FD6 Pacific Blue

📋 copy color: '#008FD6'

red 0 ◦ green 143 ◦ blue 214

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

Shades of Pacific Blue #008FD6

Tints of Pacific Blue #008FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 59.94%

R = 0%
G = 40.06%
B = 59.94%

CMYK

 C value IS 1

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#008FD6 (or 0x008FD6) is known color: Pacific Blue. HEX triplet: 00, 8F and D6. RGB value is (0,143,214). Sum of RGB (Red+Green+Blue) = 0+143+214=357 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 357); Green value is 143 (56.25% from 255 or 40.06% from 357); Blue value is 214 (83.98% from 255 or 59.94% from 357); Max value from RGB is 214 - color contains mainly: blue. Hex color #008FD6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008FD6 is #FF7029. Grayscale: #6B6B6B. Windows color (decimal): -16740394 or 14061312. OLE color: 14061312.

HSL color Cylindrical-coordinate representation of color #008FD6: hue angle of 199.91º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008FD6 is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 0 143 214 -
CMYK 1 0.33 0 0.16
HSL 199.91º 1% 0.42% -
HSV(B) 199.91º 1% 0.84% -
XYZ 21.96 24.5 67.19 -
YUV 108.34 187.62 50.73 -
System Red Green Blue C M Y K H S L
Decimal 0 143 214 1 0.33 0 0.16 199.91 1 0.42
Hex 0 8F D6 64 21 0 10 C8 64 2A
Octal 0 217 326 144 41 0 20 310 144 52
Binary 0 10001111 11010110 1100100 100001 0 10000 11001000 1100100 101010

Color Harmonies of #008FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008FD6

Black with #008FD6

Text Example


Text Example

White with #008FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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