Shades of Pacific Blue #079AC2
Tints of Pacific Blue #079AC2
RGB
CMYK
RGB Variations
Color information
#079AC2 (or 0x079AC2) is known color: Pacific Blue. HEX triplet: 07, 9A and C2. RGB value is (7,154,194). Sum of RGB (Red+Green+Blue) = 7+154+194=355 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.97% from 355); Green value is 154 (60.55% from 255 or 43.38% from 355); Blue value is 194 (76.17% from 255 or 54.65% from 355); Max value from RGB is 194 - color contains mainly: blue. Hex color #079AC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079AC2 is #F8653D. Grayscale: #727272. Windows color (decimal): -16278846 or 12753415. OLE color: 12753415.
HSL color Cylindrical-coordinate representation of color #079AC2: hue angle of 192.83º 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 #079AC2 is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 7 | 154 | 194 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.24 |
| HSL | 192.83º | 0.93% | 0.39% | - |
| HSV(B) | 192.83º | 0.96% | 0.76% | - |
| XYZ | 21.38 | 27.05 | 55.13 | - |
| YUV | 114.61 | 172.8 | 51.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 154 | 194 | 0.96 | 0.21 | 0 | 0.24 | 192.83 | 0.93 | 0.39 |
| Hex | 7 | 9A | C2 | 60 | 15 | 0 | 18 | C1 | 5D | 27 |
| Octal | 7 | 232 | 302 | 140 | 25 | 0 | 30 | 301 | 135 | 47 |
| Binary | 111 | 10011010 | 11000010 | 1100000 | 10101 | 0 | 11000 | 11000001 | 1011101 | 100111 |
Color Harmonies of #079AC2
Complementary color
Monochromatic Colors of #079AC2
Black with #079AC2
Text Example
Text Example
White with #079AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079AC2; }
p { color: rgb(7,154,194); }
H1.HeaderClassName
{
color: #079AC2;
}
.AnyTagClassName
{
color: #079AC2;
}
</style>
background-color css
<style>
a { background-color: #079AC2; }
a { background-color: rgb(7,154,194); }
div.DivClassName
{
background-color: #079AC2;
}
.BgClassName
{
background-color: #079AC2;
}
</style>
border-color css
<style>
span { border-color: #079AC2; }
span { border-color: rgb(7,154,194); }
td.TdClassName
{
border-color: #079AC2;
}
.TagClassName
{
border-color: #079AC2;
}
</style>