Html Css Color HEX #008FCC Pacific Blue

📋 copy color: '#008FCC'

red 0 ◦ green 143 ◦ blue 204

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

Shades of Pacific Blue #008FCC

Tints of Pacific Blue #008FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 58.79%

R = 0%
G = 41.21%
B = 58.79%

CMYK

 C value IS 1

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#008FCC (or 0x008FCC) is known color: Pacific Blue. HEX triplet: 00, 8F and CC. RGB value is (0,143,204). Sum of RGB (Red+Green+Blue) = 0+143+204=347 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 347); Green value is 143 (56.25% from 255 or 41.21% from 347); Blue value is 204 (80.08% from 255 or 58.79% from 347); Max value from RGB is 204 - color contains mainly: blue. Hex color #008FCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008FCC is #FF7033. Grayscale: #6A6A6A. Windows color (decimal): -16740404 or 13405952. OLE color: 13405952.

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

Color convert

RGB 0 143 204 -
CMYK 1 0.30 0 0.2
HSL 197.94º 1% 0.4% -
HSV(B) 197.94º 1% 0.8% -
XYZ 20.72 24 60.67 -
YUV 107.2 182.62 51.54 -
System Red Green Blue C M Y K H S L
Decimal 0 143 204 1 0.30 0 0.2 197.94 1 0.4
Hex 0 8F CC 64 1E 0 14 C6 64 28
Octal 0 217 314 144 36 0 24 306 144 50
Binary 0 10001111 11001100 1100100 11110 0 10100 11000110 1100100 101000

Color Harmonies of #008FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008FCC

Black with #008FCC

Text Example


Text Example

White with #008FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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