#008FCB

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

Shades of Pacific Blue #008FCB

Tints of Pacific Blue #008FCB

Color information

#008FCB (or 0x008FCB) is unknown color: approx Pacific Blue. HEX triplet: 00, 8F and CB. RGB value is (0,143,203). Sum of RGB (Red+Green+Blue) = 0+143+203=346 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 346); Green value is 143 (56.25% from 255 or 41.33% from 346); Blue value is 203 (79.69% from 255 or 58.67% from 346); Max value from RGB is 203 - color contains mainly: blue. Hex color #008FCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008FCB is #FF7034. Grayscale: #6A6A6A. Windows color (decimal): -16740405 or 13340416. OLE color: 13340416.

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

Color convert

RGB0143203-
CMYK10.3000.20
HSL197.73º100%39.8%-
HSV(B)197.73º100%79.61%-
XYZ20.623.9660.04-
YUV107.08182.1251.62-

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.33%
BLUE value IS 203 (79.69% from 255) = 58.67%
R=0%
G=41.33%
B=58.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal014320310.3000.20197.7310039.8
Hex08FCB641E014c66428
Octal02173131443602430614450
Binary01000111111001011110010011110010100110001101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #008FCB;
 }
 .AnyTagClassName
 {
   color: #008FCB;
 }
</style>
background-color css

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

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

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

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

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

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