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