#0984C8

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

Shades of Pacific Blue #0984C8

Tints of Pacific Blue #0984C8

Color information

#0984C8 (or 0x0984C8) is unknown color: approx Pacific Blue. HEX triplet: 09, 84 and C8. RGB value is (9,132,200). Sum of RGB (Red+Green+Blue) = 9+132+200=341 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.64% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 200 (78.52% from 255 or 58.65% from 341); Max value from RGB is 200 - color contains mainly: blue. Hex color #0984C8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0984C8 is #F67B37. Grayscale: #666666. Windows color (decimal): -16153400 or 13141001. OLE color: 13141001.

HSL color Cylindrical-coordinate representation of color #0984C8: hue angle of 201.36º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0984C8 is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB9132200-
CMYK0.960.3400.22
HSL201.36º91.39%40.98%-
HSV(B)201.36º95.5%78.43%-
XYZ18.7920.7357.65-
YUV102.98182.7560.97-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.64%
GREEN value IS 132 (51.95% from 255) = 38.71%
BLUE value IS 200 (78.52% from 255) = 58.65%
R=2.64%
G=38.71%
B=58.65%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal91322000.960.3400.22201.3691.3940.98
Hex984C86022016c95b29
Octal112043101404202631113351
Binary100110000100110010001100000100010010110110010011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0984C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0984C8; }

 p { color: rgb(9,132,200); }

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

<style>
 a { background-color: #0984C8; }

 a { background-color: rgb(9,132,200); }

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

<style>
 span { border-color: #0984C8; }

 span { border-color: rgb(9,132,200); }

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