Html Css Color HEX #008FCD Pacific Blue

📋 copy color: '#008FCD'

red 0 ◦ green 143 ◦ blue 205

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

Shades of Pacific Blue #008FCD

Tints of Pacific Blue #008FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.91%

R = 0%
G = 41.09%
B = 58.91%

CMYK

 C value IS 1

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#008FCD (or 0x008FCD) is known color: Pacific Blue. HEX triplet: 00, 8F and CD. RGB value is (0,143,205). Sum of RGB (Red+Green+Blue) = 0+143+205=348 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 348); Green value is 143 (56.25% from 255 or 41.09% from 348); Blue value is 205 (80.47% from 255 or 58.91% from 348); Max value from RGB is 205 - color contains mainly: blue. Hex color #008FCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008FCD is #FF7032. Grayscale: #6A6A6A. Windows color (decimal): -16740403 or 13471488. OLE color: 13471488.

HSL color Cylindrical-coordinate representation of color #008FCD: hue angle of 198.15º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008FCD is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 143 205 -
CMYK 1 0.30 0 0.20
HSL 198.15º 1% 0.4% -
HSV(B) 198.15º 1% 0.8% -
XYZ 20.84 24.05 61.3 -
YUV 107.31 183.12 51.46 -
System Red Green Blue C M Y K H S L
Decimal 0 143 205 1 0.30 0 0.20 198.15 1 0.4
Hex 0 8F CD 64 1E 0 14 C6 64 28
Octal 0 217 315 144 36 0 24 306 144 50
Binary 0 10001111 11001101 1100100 11110 0 10100 11000110 1100100 101000

Color Harmonies of #008FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008FCD

Black with #008FCD

Text Example


Text Example

White with #008FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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