#008ccf

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

Shades of Pacific Blue #008CCF

Tints of Pacific Blue #008CCF

Color information

#008CCF (or 0x008CCF) is unknown color: approx Pacific Blue. HEX triplet: 00, 8C and CF. RGB value is (0,140,207). Sum of RGB (Red+Green+Blue) = 0+140+207=347 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 347); Green value is 140 (55.08% from 255 or 40.35% from 347); Blue value is 207 (81.25% from 255 or 59.65% from 347); Max value from RGB is 207 - color contains mainly: blue. Hex color #008CCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008CCF is #FF7330. Grayscale: #696969. Windows color (decimal): -16741169 or 13601792. OLE color: 13601792.

HSL color Cylindrical-coordinate representation of color #008CCF: hue angle of 199.42º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008CCF is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB0140207-
CMYK10.3200.19
HSL199.42º100%40.59%-
HSV(B)199.42º100%81.18%-
XYZ20.6423.2662.43-
YUV105.78185.1252.55-

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) = 40.35%
BLUE value IS 207 (81.25% from 255) = 59.65%
R=0%
G=40.35%
B=59.65%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal014020710.3200.19199.4210040.59
Hex08CCF6420013c76429
Octal02143171444002330714451
Binary010001100110011111100100100000010011110001111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008ccf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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