#0D84C9

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

Shades of Pacific Blue #0D84C9

Tints of Pacific Blue #0D84C9

Color information

#0D84C9 (or 0x0D84C9) is unknown color: approx Pacific Blue. HEX triplet: 0D, 84 and C9. RGB value is (13,132,201). Sum of RGB (Red+Green+Blue) = 13+132+201=346 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.76% from 346); Green value is 132 (51.95% from 255 or 38.15% from 346); Blue value is 201 (78.91% from 255 or 58.09% from 346); Max value from RGB is 201 - color contains mainly: blue. Hex color #0D84C9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D84C9 is #F27B36. Grayscale: #676767. Windows color (decimal): -15891255 or 13206541. OLE color: 13206541.

HSL color Cylindrical-coordinate representation of color #0D84C9: hue angle of 202.02º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D84C9 is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13132201-
CMYK0.940.3400.21
HSL202.02º87.85%41.96%-
HSV(B)202.02º93.53%78.82%-
XYZ18.9620.8158.27-
YUV104.28182.5862.89-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.76%
GREEN value IS 132 (51.95% from 255) = 38.15%
BLUE value IS 201 (78.91% from 255) = 58.09%
R=3.76%
G=38.15%
B=58.09%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal131322010.940.3400.21202.0287.8541.96
HexD84C95E22015ca582a
Octal152043111364202531213052
Binary110110000100110010011011110100010010101110010101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D84C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D84C9; }

 p { color: rgb(13,132,201); }

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

<style>
 a { background-color: #0D84C9; }

 a { background-color: rgb(13,132,201); }

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

<style>
 span { border-color: #0D84C9; }

 span { border-color: rgb(13,132,201); }

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