#0A8FC9

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

Shades of Pacific Blue #0A8FC9

Tints of Pacific Blue #0A8FC9

Color information

#0A8FC9 (or 0x0A8FC9) is unknown color: approx Pacific Blue. HEX triplet: 0A, 8F and C9. RGB value is (10,143,201). Sum of RGB (Red+Green+Blue) = 10+143+201=354 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.82% from 354); Green value is 143 (56.25% from 255 or 40.40% from 354); Blue value is 201 (78.91% from 255 or 56.78% from 354); Max value from RGB is 201 - color contains mainly: blue. Hex color #0A8FC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A8FC9 is #F57036. Grayscale: #6D6D6D. Windows color (decimal): -16085047 or 13209354. OLE color: 13209354.

HSL color Cylindrical-coordinate representation of color #0A8FC9: hue angle of 198.22º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A8FC9 is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10143201-
CMYK0.950.2900.21
HSL198.22º90.52%41.37%-
HSV(B)198.22º95.02%78.82%-
XYZ20.4923.9358.8-
YUV109.84179.4456.78-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.82%
GREEN value IS 143 (56.25% from 255) = 40.40%
BLUE value IS 201 (78.91% from 255) = 56.78%
R=2.82%
G=40.40%
B=56.78%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal101432010.950.2900.21198.2290.5241.37
HexA8FC95F1D015c65b29
Octal122173111373502530613351
Binary10101000111111001001101111111101010101110001101011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,143,201); }

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

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

 a { background-color: rgb(10,143,201); }

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

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

 span { border-color: rgb(10,143,201); }

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