Shades of Pacific Blue #079DDB
Tints of Pacific Blue #079DDB
RGB
CMYK
RGB Variations
Color information
#079DDB (or 0x079DDB) is known color: Pacific Blue. HEX triplet: 07, 9D and DB. RGB value is (7,157,219). Sum of RGB (Red+Green+Blue) = 7+157+219=383 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.83% from 383); Green value is 157 (61.72% from 255 or 40.99% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #079DDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079DDB is #F86224. Grayscale: #767676. Windows color (decimal): -16278053 or 14392583. OLE color: 14392583.
HSL color Cylindrical-coordinate representation of color #079DDB: hue angle of 197.55º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #079DDB is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 157 | 219 | - |
| CMYK | 0.97 | 0.28 | 0 | 0.14 |
| HSL | 197.55º | 0.94% | 0.44% | - |
| HSV(B) | 197.55º | 0.97% | 0.86% | - |
| XYZ | 24.93 | 29.27 | 71.35 | - |
| YUV | 119.22 | 184.31 | 47.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 157 | 219 | 0.97 | 0.28 | 0 | 0.14 | 197.55 | 0.94 | 0.44 |
| Hex | 7 | 9D | DB | 61 | 1C | 0 | E | C6 | 5E | 2C |
| Octal | 7 | 235 | 333 | 141 | 34 | 0 | 16 | 306 | 136 | 54 |
| Binary | 111 | 10011101 | 11011011 | 1100001 | 11100 | 0 | 1110 | 11000110 | 1011110 | 101100 |
Color Harmonies of #079DDB
Complementary color
Monochromatic Colors of #079DDB
Black with #079DDB
Text Example
Text Example
White with #079DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079DDB; }
p { color: rgb(7,157,219); }
H1.HeaderClassName
{
color: #079DDB;
}
.AnyTagClassName
{
color: #079DDB;
}
</style>
background-color css
<style>
a { background-color: #079DDB; }
a { background-color: rgb(7,157,219); }
div.DivClassName
{
background-color: #079DDB;
}
.BgClassName
{
background-color: #079DDB;
}
</style>
border-color css
<style>
span { border-color: #079DDB; }
span { border-color: rgb(7,157,219); }
td.TdClassName
{
border-color: #079DDB;
}
.TagClassName
{
border-color: #079DDB;
}
</style>