Shades of Pacific Blue #079CDC
Tints of Pacific Blue #079CDC
RGB
CMYK
RGB Variations
Color information
#079CDC (or 0x079CDC) is known color: Pacific Blue. HEX triplet: 07, 9C and DC. RGB value is (7,156,220). Sum of RGB (Red+Green+Blue) = 7+156+220=383 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.83% from 383); Green value is 156 (61.33% from 255 or 40.73% from 383); Blue value is 220 (86.33% from 255 or 57.44% from 383); Max value from RGB is 220 - color contains mainly: blue. Hex color #079CDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079CDC is #F86323. Grayscale: #767676. Windows color (decimal): -16278308 or 14457863. OLE color: 14457863.
HSL color Cylindrical-coordinate representation of color #079CDC: hue angle of 198.03º 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 #079CDC is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 156 | 220 | - |
| CMYK | 0.97 | 0.29 | 0 | 0.14 |
| HSL | 198.03º | 0.94% | 0.45% | - |
| HSV(B) | 198.03º | 0.97% | 0.86% | - |
| XYZ | 24.89 | 28.99 | 71.99 | - |
| YUV | 118.75 | 185.14 | 48.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 156 | 220 | 0.97 | 0.29 | 0 | 0.14 | 198.03 | 0.94 | 0.45 |
| Hex | 7 | 9C | DC | 61 | 1D | 0 | E | C6 | 5E | 2D |
| Octal | 7 | 234 | 334 | 141 | 35 | 0 | 16 | 306 | 136 | 55 |
| Binary | 111 | 10011100 | 11011100 | 1100001 | 11101 | 0 | 1110 | 11000110 | 1011110 | 101101 |
Color Harmonies of #079CDC
Complementary color
Monochromatic Colors of #079CDC
Black with #079CDC
Text Example
Text Example
White with #079CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079CDC; }
p { color: rgb(7,156,220); }
H1.HeaderClassName
{
color: #079CDC;
}
.AnyTagClassName
{
color: #079CDC;
}
</style>
background-color css
<style>
a { background-color: #079CDC; }
a { background-color: rgb(7,156,220); }
div.DivClassName
{
background-color: #079CDC;
}
.BgClassName
{
background-color: #079CDC;
}
</style>
border-color css
<style>
span { border-color: #079CDC; }
span { border-color: rgb(7,156,220); }
td.TdClassName
{
border-color: #079CDC;
}
.TagClassName
{
border-color: #079CDC;
}
</style>