#008CDC

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

Shades of Pacific Blue #008CDC

Tints of Pacific Blue #008CDC

Color information

#008CDC (or 0x008CDC) is unknown color: approx Pacific Blue. HEX triplet: 00, 8C and DC. RGB value is (0,140,220). Sum of RGB (Red+Green+Blue) = 0+140+220=360 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 360); Green value is 140 (55.08% from 255 or 38.89% from 360); Blue value is 220 (86.33% from 255 or 61.11% from 360); Max value from RGB is 220 - color contains mainly: blue. Hex color #008CDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008CDC is #FF7323. Grayscale: #6A6A6A. Windows color (decimal): -16741156 or 14453760. OLE color: 14453760.

HSL color Cylindrical-coordinate representation of color #008CDC: hue angle of 201.82º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008CDC is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB0140220-
CMYK10.3600.14
HSL201.82º100%43.14%-
HSV(B)201.82º100%86.27%-
XYZ22.323.9271.15-
YUV107.26191.6251.5-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 140 (55.08% from 255) = 38.89%
BLUE value IS 220 (86.33% from 255) = 61.11%
R=0%
G=38.89%
B=61.11%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal014022010.3600.14201.8210043.14
Hex08CDC64240Eca642b
Octal02143341444401631214453
Binary01000110011011100110010010010001110110010101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,140,220); }

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

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

 a { background-color: rgb(0,140,220); }

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

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

 span { border-color: rgb(0,140,220); }

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