#0a8bd2

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

Shades of Pacific Blue #0A8BD2

Tints of Pacific Blue #0A8BD2

Color information

#0A8BD2 (or 0x0A8BD2) is unknown color: approx Pacific Blue. HEX triplet: 0A, 8B and D2. RGB value is (10,139,210). Sum of RGB (Red+Green+Blue) = 10+139+210=359 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.79% from 359); Green value is 139 (54.69% from 255 or 38.72% from 359); Blue value is 210 (82.42% from 255 or 58.50% from 359); Max value from RGB is 210 - color contains mainly: blue. Hex color #0A8BD2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A8BD2 is #F5742D. Grayscale: #6C6C6C. Windows color (decimal): -16086062 or 13798154. OLE color: 13798154.

HSL color Cylindrical-coordinate representation of color #0A8BD2: hue angle of 201.3º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A8BD2 is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB10139210-
CMYK0.950.3400.18
HSL201.3º90.91%43.14%-
HSV(B)201.3º95.24%82.35%-
XYZ20.9923.1864.34-
YUV108.52185.2657.73-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.79%
GREEN value IS 139 (54.69% from 255) = 38.72%
BLUE value IS 210 (82.42% from 255) = 58.50%
R=2.79%
G=38.72%
B=58.50%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal101392100.950.3400.18201.390.9143.14
HexA8BD25F22012c95b2b
Octal122133221374202231113353
Binary101010001011110100101011111100010010010110010011011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a8bd2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,139,210); }

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

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

 a { background-color: rgb(10,139,210); }

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

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

 span { border-color: rgb(10,139,210); }

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