#079ACA

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

Shades of Pacific Blue #079ACA

Tints of Pacific Blue #079ACA

Color information

#079ACA (or 0x079ACA) is unknown color: approx Pacific Blue. HEX triplet: 07, 9A and CA. RGB value is (7,154,202). Sum of RGB (Red+Green+Blue) = 7+154+202=363 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.93% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 202 (79.30% from 255 or 55.65% from 363); Max value from RGB is 202 - color contains mainly: blue. Hex color #079ACA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079ACA is #F86535. Grayscale: #737373. Windows color (decimal): -16278838 or 13277703. OLE color: 13277703.

HSL color Cylindrical-coordinate representation of color #079ACA: hue angle of 194.77º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #079ACA is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7154202-
CMYK0.970.2400.21
HSL194.77º93.3%40.98%-
HSV(B)194.77º96.53%79.22%-
XYZ22.327.4259.99-
YUV115.52176.850.6-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.93%
GREEN value IS 154 (60.55% from 255) = 42.42%
BLUE value IS 202 (79.30% from 255) = 55.65%
R=1.93%
G=42.42%
B=55.65%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal71542020.970.2400.21194.7793.340.98
Hex79ACA6118015c35d29
Octal72323121413002530313551
Binary1111001101011001010110000111000010101110000111011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #079ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #079ACA; }

 p { color: rgb(7,154,202); }

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

<style>
 a { background-color: #079ACA; }

 a { background-color: rgb(7,154,202); }

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

<style>
 span { border-color: #079ACA; }

 span { border-color: rgb(7,154,202); }

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