#0d8ccb

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

Shades of Pacific Blue #0D8CCB

Tints of Pacific Blue #0D8CCB

Color information

#0D8CCB (or 0x0D8CCB) is unknown color: approx Pacific Blue. HEX triplet: 0D, 8C and CB. RGB value is (13,140,203). Sum of RGB (Red+Green+Blue) = 13+140+203=356 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.65% from 356); Green value is 140 (55.08% from 255 or 39.33% from 356); Blue value is 203 (79.69% from 255 or 57.02% from 356); Max value from RGB is 203 - color contains mainly: blue. Hex color #0D8CCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D8CCB is #F27334. Grayscale: #6C6C6C. Windows color (decimal): -15889205 or 13339661. OLE color: 13339661.

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

Color convert

RGB13140203-
CMYK0.940.3100.20
HSL199.89º87.96%42.35%-
HSV(B)199.89º93.6%79.61%-
XYZ20.3223.1559.9-
YUV109.21180.9259.38-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.65%
GREEN value IS 140 (55.08% from 255) = 39.33%
BLUE value IS 203 (79.69% from 255) = 57.02%
R=3.65%
G=39.33%
B=57.02%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal131402030.940.3100.20199.8987.9642.35
HexD8CCB5E1F014c8582a
Octal152143131363702431013052
Binary11011000110011001011101111011111010100110010001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0d8ccb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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