Shades of Pacific Blue #079ADC
Tints of Pacific Blue #079ADC
RGB
CMYK
RGB Variations
Color information
#079ADC (or 0x079ADC) is known color: Pacific Blue. HEX triplet: 07, 9A and DC. RGB value is (7,154,220). Sum of RGB (Red+Green+Blue) = 7+154+220=381 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.84% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #079ADC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079ADC is #F86523. Grayscale: #757575. Windows color (decimal): -16278820 or 14457351. OLE color: 14457351.
HSL color Cylindrical-coordinate representation of color #079ADC: hue angle of 198.59º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #079ADC is Cyan = 0.97, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 154 | 220 | - |
| CMYK | 0.97 | 0.3 | 0 | 0.14 |
| HSL | 198.59º | 0.94% | 0.45% | - |
| HSV(B) | 198.59º | 0.97% | 0.86% | - |
| XYZ | 24.56 | 28.32 | 71.88 | - |
| YUV | 117.57 | 185.8 | 49.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 154 | 220 | 0.97 | 0.3 | 0 | 0.14 | 198.59 | 0.94 | 0.45 |
| Hex | 7 | 9A | DC | 61 | 1E | 0 | E | C7 | 5E | 2D |
| Octal | 7 | 232 | 334 | 141 | 36 | 0 | 16 | 307 | 136 | 55 |
| Binary | 111 | 10011010 | 11011100 | 1100001 | 11110 | 0 | 1110 | 11000111 | 1011110 | 101101 |
Color Harmonies of #079ADC
Complementary color
Monochromatic Colors of #079ADC
Black with #079ADC
Text Example
Text Example
White with #079ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079ADC; }
p { color: rgb(7,154,220); }
H1.HeaderClassName
{
color: #079ADC;
}
.AnyTagClassName
{
color: #079ADC;
}
</style>
background-color css
<style>
a { background-color: #079ADC; }
a { background-color: rgb(7,154,220); }
div.DivClassName
{
background-color: #079ADC;
}
.BgClassName
{
background-color: #079ADC;
}
</style>
border-color css
<style>
span { border-color: #079ADC; }
span { border-color: rgb(7,154,220); }
td.TdClassName
{
border-color: #079ADC;
}
.TagClassName
{
border-color: #079ADC;
}
</style>