#0fa0c2

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

Shades of Pacific Blue #0FA0C2

Tints of Pacific Blue #0FA0C2

Color information

#0FA0C2 (or 0x0FA0C2) is unknown color: approx Pacific Blue. HEX triplet: 0F, A0 and C2. RGB value is (15,160,194). Sum of RGB (Red+Green+Blue) = 15+160+194=369 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.07% from 369); Green value is 160 (62.89% from 255 or 43.36% from 369); Blue value is 194 (76.17% from 255 or 52.57% from 369); Max value from RGB is 194 - color contains mainly: blue. Hex color #0FA0C2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FA0C2 is #F05F3D. Grayscale: #787878. Windows color (decimal): -15753022 or 12754959. OLE color: 12754959.

HSL color Cylindrical-coordinate representation of color #0FA0C2: hue angle of 191.4º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FA0C2 is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB15160194-
CMYK0.920.1800.24
HSL191.4º85.65%40.98%-
HSV(B)191.4º92.27%76.08%-
XYZ22.5129.1455.48-
YUV120.52169.4652.74-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.07%
GREEN value IS 160 (62.89% from 255) = 43.36%
BLUE value IS 194 (76.17% from 255) = 52.57%
R=4.07%
G=43.36%
B=52.57%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal151601940.920.1800.24191.485.6540.98
HexFA0C25C12018bf5629
Octal172403021342203027712651
Binary11111010000011000010101110010010011000101111111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0fa0c2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,160,194); }

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

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

 a { background-color: rgb(15,160,194); }

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

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

 span { border-color: rgb(15,160,194); }

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