#079ABE

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

Shades of Pacific Blue #079ABE

Tints of Pacific Blue #079ABE

Color information

#079ABE (or 0x079ABE) is unknown color: approx Pacific Blue. HEX triplet: 07, 9A and BE. RGB value is (7,154,190). Sum of RGB (Red+Green+Blue) = 7+154+190=351 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.99% from 351); Green value is 154 (60.55% from 255 or 43.87% from 351); Blue value is 190 (74.61% from 255 or 54.13% from 351); Max value from RGB is 190 - color contains mainly: blue. Hex color #079ABE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079ABE is #F86541. Grayscale: #717171. Windows color (decimal): -16278850 or 12491271. OLE color: 12491271.

HSL color Cylindrical-coordinate representation of color #079ABE: hue angle of 191.8º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #079ABE is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7154190-
CMYK0.960.1900.25
HSL191.8º92.89%38.63%-
HSV(B)191.8º96.32%74.51%-
XYZ20.9426.8752.8-
YUV114.15170.851.57-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.99%
GREEN value IS 154 (60.55% from 255) = 43.87%
BLUE value IS 190 (74.61% from 255) = 54.13%
R=1.99%
G=43.87%
B=54.13%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal71541900.960.1900.25191.892.8938.63
Hex79ABE6013019c05d27
Octal72322761402303130013547
Binary1111001101010111110110000010011011001110000001011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #079ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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