Shades of Pacific Blue #079CC2
Tints of Pacific Blue #079CC2
RGB
CMYK
RGB Variations
Color information
#079CC2 (or 0x079CC2) is known color: Pacific Blue. HEX triplet: 07, 9C and C2. RGB value is (7,156,194). Sum of RGB (Red+Green+Blue) = 7+156+194=357 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.96% from 357); Green value is 156 (61.33% from 255 or 43.70% from 357); Blue value is 194 (76.17% from 255 or 54.34% from 357); Max value from RGB is 194 - color contains mainly: blue. Hex color #079CC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079CC2 is #F8633D. Grayscale: #737373. Windows color (decimal): -16278334 or 12753927. OLE color: 12753927.
HSL color Cylindrical-coordinate representation of color #079CC2: hue angle of 192.19º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #079CC2 is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 7 | 156 | 194 | - |
| CMYK | 0.96 | 0.20 | 0 | 0.24 |
| HSL | 192.19º | 0.93% | 0.39% | - |
| HSV(B) | 192.19º | 0.96% | 0.76% | - |
| XYZ | 21.71 | 27.72 | 55.24 | - |
| YUV | 115.78 | 172.14 | 50.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 156 | 194 | 0.96 | 0.20 | 0 | 0.24 | 192.19 | 0.93 | 0.39 |
| Hex | 7 | 9C | C2 | 60 | 14 | 0 | 18 | C0 | 5D | 27 |
| Octal | 7 | 234 | 302 | 140 | 24 | 0 | 30 | 300 | 135 | 47 |
| Binary | 111 | 10011100 | 11000010 | 1100000 | 10100 | 0 | 11000 | 11000000 | 1011101 | 100111 |
Color Harmonies of #079CC2
Complementary color
Monochromatic Colors of #079CC2
Black with #079CC2
Text Example
Text Example
White with #079CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079CC2; }
p { color: rgb(7,156,194); }
H1.HeaderClassName
{
color: #079CC2;
}
.AnyTagClassName
{
color: #079CC2;
}
</style>
background-color css
<style>
a { background-color: #079CC2; }
a { background-color: rgb(7,156,194); }
div.DivClassName
{
background-color: #079CC2;
}
.BgClassName
{
background-color: #079CC2;
}
</style>
border-color css
<style>
span { border-color: #079CC2; }
span { border-color: rgb(7,156,194); }
td.TdClassName
{
border-color: #079CC2;
}
.TagClassName
{
border-color: #079CC2;
}
</style>