#079CBF

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

Shades of Pacific Blue #079CBF

Tints of Pacific Blue #079CBF

Color information

#079CBF (or 0x079CBF) is unknown color: approx Pacific Blue. HEX triplet: 07, 9C and BF. RGB value is (7,156,191). Sum of RGB (Red+Green+Blue) = 7+156+191=354 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.98% from 354); Green value is 156 (61.33% from 255 or 44.07% from 354); Blue value is 191 (75% from 255 or 53.95% from 354); Max value from RGB is 191 - color contains mainly: blue. Hex color #079CBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079CBF is #F86340. Grayscale: #737373. Windows color (decimal): -16278337 or 12557319. OLE color: 12557319.

HSL color Cylindrical-coordinate representation of color #079CBF: hue angle of 191.41º 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 #079CBF is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7156191-
CMYK0.960.1800.25
HSL191.41º92.93%38.82%-
HSV(B)191.41º96.34%74.9%-
XYZ21.3827.5853.49-
YUV115.44170.6450.65-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.98%
GREEN value IS 156 (61.33% from 255) = 44.07%
BLUE value IS 191 (75% from 255) = 53.95%
R=1.98%
G=44.07%
B=53.95%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal71561910.960.1800.25191.4192.9338.82
Hex79CBF6012019bf5d27
Octal72342771402203127713547
Binary1111001110010111111110000010010011001101111111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #079CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,156,191); }

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

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

 a { background-color: rgb(7,156,191); }

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

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

 span { border-color: rgb(7,156,191); }

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