Shades of Pacific Blue #079ACE
Tints of Pacific Blue #079ACE
RGB
CMYK
RGB Variations
Color information
#079ACE (or 0x079ACE) is known color: Pacific Blue. HEX triplet: 07, 9A and CE. RGB value is (7,154,206). Sum of RGB (Red+Green+Blue) = 7+154+206=367 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.91% from 367); Green value is 154 (60.55% from 255 or 41.96% from 367); Blue value is 206 (80.86% from 255 or 56.13% from 367); Max value from RGB is 206 - color contains mainly: blue. Hex color #079ACE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079ACE is #F86531. Grayscale: #737373. Windows color (decimal): -16278834 or 13539847. OLE color: 13539847.
HSL color Cylindrical-coordinate representation of color #079ACE: hue angle of 195.68º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #079ACE is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 154 | 206 | - |
| CMYK | 0.97 | 0.25 | 0 | 0.19 |
| HSL | 195.68º | 0.93% | 0.42% | - |
| HSV(B) | 195.68º | 0.97% | 0.81% | - |
| XYZ | 22.78 | 27.61 | 62.52 | - |
| YUV | 115.98 | 178.8 | 50.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 154 | 206 | 0.97 | 0.25 | 0 | 0.19 | 195.68 | 0.93 | 0.42 |
| Hex | 7 | 9A | CE | 61 | 19 | 0 | 13 | C4 | 5D | 2A |
| Octal | 7 | 232 | 316 | 141 | 31 | 0 | 23 | 304 | 135 | 52 |
| Binary | 111 | 10011010 | 11001110 | 1100001 | 11001 | 0 | 10011 | 11000100 | 1011101 | 101010 |
Color Harmonies of #079ACE
Complementary color
Monochromatic Colors of #079ACE
Black with #079ACE
Text Example
Text Example
White with #079ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079ACE; }
p { color: rgb(7,154,206); }
H1.HeaderClassName
{
color: #079ACE;
}
.AnyTagClassName
{
color: #079ACE;
}
</style>
background-color css
<style>
a { background-color: #079ACE; }
a { background-color: rgb(7,154,206); }
div.DivClassName
{
background-color: #079ACE;
}
.BgClassName
{
background-color: #079ACE;
}
</style>
border-color css
<style>
span { border-color: #079ACE; }
span { border-color: rgb(7,154,206); }
td.TdClassName
{
border-color: #079ACE;
}
.TagClassName
{
border-color: #079ACE;
}
</style>