#0084CC

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

Shades of Pacific Blue #0084CC

Tints of Pacific Blue #0084CC

Color information

#0084CC (or 0x0084CC) is unknown color: approx Pacific Blue. HEX triplet: 00, 84 and CC. RGB value is (0,132,204). Sum of RGB (Red+Green+Blue) = 0+132+204=336 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 204 (80.08% from 255 or 60.71% from 336); Max value from RGB is 204 - color contains mainly: blue. Hex color #0084CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0084CC is #FF7B33. Grayscale: #646464. Windows color (decimal): -16743220 or 13403136. OLE color: 13403136.

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

Color convert

RGB0132204-
CMYK10.3500.2
HSL201.18º100%40%-
HSV(B)201.18º100%80%-
XYZ19.1520.8660.14-
YUV100.74186.2756.15-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 132 (51.95% from 255) = 39.29%
BLUE value IS 204 (80.08% from 255) = 60.71%
R=0%
G=39.29%
B=60.71%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal013220410.3500.2201.1810040
Hex084CC6423014c96428
Octal02043141444302431114450
Binary010000100110011001100100100011010100110010011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0084CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0084CC; }

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

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

<style>
 a { background-color: #0084CC; }

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

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

<style>
 span { border-color: #0084CC; }

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

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