#079CBD

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

Shades of Pacific Blue #079CBD

Tints of Pacific Blue #079CBD

Color information

#079CBD (or 0x079CBD) is unknown color: approx Pacific Blue. HEX triplet: 07, 9C and BD. RGB value is (7,156,189). Sum of RGB (Red+Green+Blue) = 7+156+189=352 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.99% from 352); Green value is 156 (61.33% from 255 or 44.32% from 352); Blue value is 189 (74.22% from 255 or 53.69% from 352); Max value from RGB is 189 - color contains mainly: blue. Hex color #079CBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079CBD is #F86342. Grayscale: #727272. Windows color (decimal): -16278339 or 12426247. OLE color: 12426247.

HSL color Cylindrical-coordinate representation of color #079CBD: hue angle of 190.88º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #079CBD is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7156189-
CMYK0.960.1700.26
HSL190.88º92.86%38.43%-
HSV(B)190.88º96.3%74.12%-
XYZ21.1627.552.34-
YUV115.21169.6450.82-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.99%
GREEN value IS 156 (61.33% from 255) = 44.32%
BLUE value IS 189 (74.22% from 255) = 53.69%
R=1.99%
G=44.32%
B=53.69%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal71561890.960.1700.26190.8892.8638.43
Hex79CBD601101Abf5d26
Octal72342751402103227713546
Binary1111001110010111101110000010001011010101111111011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #079CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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