#008FCC

Color #008FCC Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #008FCC

Tints of Pacific Blue #008FCC

Color information

#008FCC (or 0x008FCC) is unknown color: approx 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

RGB0143204-
CMYK10.3000.2
HSL197.94º100%40%-
HSV(B)197.94º100%80%-
XYZ20.722460.67-
YUV107.2182.6251.54-

RGB Variations

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

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 (Cyan) values IS 1
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal014320410.3000.2197.9410040
Hex08FCC641E014c66428
Octal02173141443602430614450
Binary01000111111001100110010011110010100110001101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>