Shades of Pacific Blue #079AD8
Tints of Pacific Blue #079AD8
RGB
CMYK
RGB Variations
Color information
#079AD8 (or 0x079AD8) is known color: Pacific Blue. HEX triplet: 07, 9A and D8. RGB value is (7,154,216). Sum of RGB (Red+Green+Blue) = 7+154+216=377 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.86% from 377); Green value is 154 (60.55% from 255 or 40.85% from 377); Blue value is 216 (84.77% from 255 or 57.29% from 377); Max value from RGB is 216 - color contains mainly: blue. Hex color #079AD8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079AD8 is #F86527. Grayscale: #747474. Windows color (decimal): -16278824 or 14195207. OLE color: 14195207.
HSL color Cylindrical-coordinate representation of color #079AD8: hue angle of 197.8º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #079AD8 is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 154 | 216 | - |
| CMYK | 0.97 | 0.29 | 0 | 0.15 |
| HSL | 197.8º | 0.94% | 0.44% | - |
| HSV(B) | 197.8º | 0.97% | 0.85% | - |
| XYZ | 24.04 | 28.11 | 69.13 | - |
| YUV | 117.12 | 183.8 | 49.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 154 | 216 | 0.97 | 0.29 | 0 | 0.15 | 197.8 | 0.94 | 0.44 |
| Hex | 7 | 9A | D8 | 61 | 1D | 0 | F | C6 | 5E | 2C |
| Octal | 7 | 232 | 330 | 141 | 35 | 0 | 17 | 306 | 136 | 54 |
| Binary | 111 | 10011010 | 11011000 | 1100001 | 11101 | 0 | 1111 | 11000110 | 1011110 | 101100 |
Color Harmonies of #079AD8
Complementary color
Monochromatic Colors of #079AD8
Black with #079AD8
Text Example
Text Example
White with #079AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079AD8; }
p { color: rgb(7,154,216); }
H1.HeaderClassName
{
color: #079AD8;
}
.AnyTagClassName
{
color: #079AD8;
}
</style>
background-color css
<style>
a { background-color: #079AD8; }
a { background-color: rgb(7,154,216); }
div.DivClassName
{
background-color: #079AD8;
}
.BgClassName
{
background-color: #079AD8;
}
</style>
border-color css
<style>
span { border-color: #079AD8; }
span { border-color: rgb(7,154,216); }
td.TdClassName
{
border-color: #079AD8;
}
.TagClassName
{
border-color: #079AD8;
}
</style>