Shades of Pacific Blue #079ADB
Tints of Pacific Blue #079ADB
RGB
CMYK
RGB Variations
Color information
#079ADB (or 0x079ADB) is known color: Pacific Blue. HEX triplet: 07, 9A and DB. RGB value is (7,154,219). Sum of RGB (Red+Green+Blue) = 7+154+219=380 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.84% from 380); Green value is 154 (60.55% from 255 or 40.53% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #079ADB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079ADB is #F86524. Grayscale: #757575. Windows color (decimal): -16278821 or 14391815. OLE color: 14391815.
HSL color Cylindrical-coordinate representation of color #079ADB: hue angle of 198.4º 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 #079ADB is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 154 | 219 | - |
| CMYK | 0.97 | 0.30 | 0 | 0.14 |
| HSL | 198.4º | 0.94% | 0.44% | - |
| HSV(B) | 198.4º | 0.97% | 0.86% | - |
| XYZ | 24.43 | 28.27 | 71.19 | - |
| YUV | 117.46 | 185.3 | 49.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 154 | 219 | 0.97 | 0.30 | 0 | 0.14 | 198.4 | 0.94 | 0.44 |
| Hex | 7 | 9A | DB | 61 | 1E | 0 | E | C6 | 5E | 2C |
| Octal | 7 | 232 | 333 | 141 | 36 | 0 | 16 | 306 | 136 | 54 |
| Binary | 111 | 10011010 | 11011011 | 1100001 | 11110 | 0 | 1110 | 11000110 | 1011110 | 101100 |
Color Harmonies of #079ADB
Complementary color
Monochromatic Colors of #079ADB
Black with #079ADB
Text Example
Text Example
White with #079ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079ADB; }
p { color: rgb(7,154,219); }
H1.HeaderClassName
{
color: #079ADB;
}
.AnyTagClassName
{
color: #079ADB;
}
</style>
background-color css
<style>
a { background-color: #079ADB; }
a { background-color: rgb(7,154,219); }
div.DivClassName
{
background-color: #079ADB;
}
.BgClassName
{
background-color: #079ADB;
}
</style>
border-color css
<style>
span { border-color: #079ADB; }
span { border-color: rgb(7,154,219); }
td.TdClassName
{
border-color: #079ADB;
}
.TagClassName
{
border-color: #079ADB;
}
</style>