Shades of Pacific Blue #079ACC
Tints of Pacific Blue #079ACC
RGB
CMYK
RGB Variations
Color information
#079ACC (or 0x079ACC) is known color: Pacific Blue. HEX triplet: 07, 9A and CC. RGB value is (7,154,204). Sum of RGB (Red+Green+Blue) = 7+154+204=365 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.92% from 365); Green value is 154 (60.55% from 255 or 42.19% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #079ACC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079ACC is #F86533. Grayscale: #737373. Windows color (decimal): -16278836 or 13408775. OLE color: 13408775.
HSL color Cylindrical-coordinate representation of color #079ACC: hue angle of 195.23º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #079ACC is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 7 | 154 | 204 | - |
| CMYK | 0.97 | 0.25 | 0 | 0.2 |
| HSL | 195.23º | 0.93% | 0.41% | - |
| HSV(B) | 195.23º | 0.97% | 0.8% | - |
| XYZ | 22.54 | 27.52 | 61.25 | - |
| YUV | 115.75 | 177.8 | 50.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 154 | 204 | 0.97 | 0.25 | 0 | 0.2 | 195.23 | 0.93 | 0.41 |
| Hex | 7 | 9A | CC | 61 | 19 | 0 | 14 | C3 | 5D | 29 |
| Octal | 7 | 232 | 314 | 141 | 31 | 0 | 24 | 303 | 135 | 51 |
| Binary | 111 | 10011010 | 11001100 | 1100001 | 11001 | 0 | 10100 | 11000011 | 1011101 | 101001 |
Color Harmonies of #079ACC
Complementary color
Monochromatic Colors of #079ACC
Black with #079ACC
Text Example
Text Example
White with #079ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079ACC; }
p { color: rgb(7,154,204); }
H1.HeaderClassName
{
color: #079ACC;
}
.AnyTagClassName
{
color: #079ACC;
}
</style>
background-color css
<style>
a { background-color: #079ACC; }
a { background-color: rgb(7,154,204); }
div.DivClassName
{
background-color: #079ACC;
}
.BgClassName
{
background-color: #079ACC;
}
</style>
border-color css
<style>
span { border-color: #079ACC; }
span { border-color: rgb(7,154,204); }
td.TdClassName
{
border-color: #079ACC;
}
.TagClassName
{
border-color: #079ACC;
}
</style>