Shades of Pacific Blue #079FDC
Tints of Pacific Blue #079FDC
RGB
CMYK
RGB Variations
Color information
#079FDC (or 0x079FDC) is known color: Pacific Blue. HEX triplet: 07, 9F and DC. RGB value is (7,159,220). Sum of RGB (Red+Green+Blue) = 7+159+220=386 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.81% from 386); Green value is 159 (62.5% from 255 or 41.19% from 386); Blue value is 220 (86.33% from 255 or 56.99% from 386); Max value from RGB is 220 - color contains mainly: blue. Hex color #079FDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079FDC is #F86023. Grayscale: #787878. Windows color (decimal): -16277540 or 14458631. OLE color: 14458631.
HSL color Cylindrical-coordinate representation of color #079FDC: hue angle of 197.18º 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 #079FDC is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 159 | 220 | - |
| CMYK | 0.97 | 0.28 | 0 | 0.14 |
| HSL | 197.18º | 0.94% | 0.45% | - |
| HSV(B) | 197.18º | 0.97% | 0.86% | - |
| XYZ | 25.4 | 30.01 | 72.16 | - |
| YUV | 120.51 | 184.14 | 47.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 159 | 220 | 0.97 | 0.28 | 0 | 0.14 | 197.18 | 0.94 | 0.45 |
| Hex | 7 | 9F | DC | 61 | 1C | 0 | E | C5 | 5E | 2D |
| Octal | 7 | 237 | 334 | 141 | 34 | 0 | 16 | 305 | 136 | 55 |
| Binary | 111 | 10011111 | 11011100 | 1100001 | 11100 | 0 | 1110 | 11000101 | 1011110 | 101101 |
Color Harmonies of #079FDC
Complementary color
Monochromatic Colors of #079FDC
Black with #079FDC
Text Example
Text Example
White with #079FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079FDC; }
p { color: rgb(7,159,220); }
H1.HeaderClassName
{
color: #079FDC;
}
.AnyTagClassName
{
color: #079FDC;
}
</style>
background-color css
<style>
a { background-color: #079FDC; }
a { background-color: rgb(7,159,220); }
div.DivClassName
{
background-color: #079FDC;
}
.BgClassName
{
background-color: #079FDC;
}
</style>
border-color css
<style>
span { border-color: #079FDC; }
span { border-color: rgb(7,159,220); }
td.TdClassName
{
border-color: #079FDC;
}
.TagClassName
{
border-color: #079FDC;
}
</style>