#0D8CC5

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

Shades of Pacific Blue #0D8CC5

Tints of Pacific Blue #0D8CC5

Color information

#0D8CC5 (or 0x0D8CC5) is unknown color: approx Pacific Blue. HEX triplet: 0D, 8C and C5. RGB value is (13,140,197). Sum of RGB (Red+Green+Blue) = 13+140+197=350 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.71% from 350); Green value is 140 (55.08% from 255 or 40% from 350); Blue value is 197 (77.34% from 255 or 56.29% from 350); Max value from RGB is 197 - color contains mainly: blue. Hex color #0D8CC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D8CC5 is #F2733A. Grayscale: #6C6C6C. Windows color (decimal): -15889211 or 12946445. OLE color: 12946445.

HSL color Cylindrical-coordinate representation of color #0D8CC5: hue angle of 198.59º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D8CC5 is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB13140197-
CMYK0.930.2900.23
HSL198.59º87.62%41.18%-
HSV(B)198.59º93.4%77.25%-
XYZ19.6222.8756.2-
YUV108.52177.9259.87-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.71%
GREEN value IS 140 (55.08% from 255) = 40%
BLUE value IS 197 (77.34% from 255) = 56.29%
R=3.71%
G=40%
B=56.29%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal131401970.930.2900.23198.5987.6241.18
HexD8CC55D1D017c75829
Octal152143051353502730713051
Binary11011000110011000101101110111101010111110001111011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,140,197); }

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

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

 a { background-color: rgb(13,140,197); }

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

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

 span { border-color: rgb(13,140,197); }

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