Shades of Pacific Blue #079BDA
Tints of Pacific Blue #079BDA
RGB
CMYK
RGB Variations
Color information
#079BDA (or 0x079BDA) is known color: Pacific Blue. HEX triplet: 07, 9B and DA. RGB value is (7,155,218). Sum of RGB (Red+Green+Blue) = 7+155+218=380 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.84% from 380); Green value is 155 (60.94% from 255 or 40.79% from 380); Blue value is 218 (85.55% from 255 or 57.37% from 380); Max value from RGB is 218 - color contains mainly: blue. Hex color #079BDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079BDA is #F86425. Grayscale: #757575. Windows color (decimal): -16278566 or 14326535. OLE color: 14326535.
HSL color Cylindrical-coordinate representation of color #079BDA: hue angle of 197.91º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #079BDA is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 155 | 218 | - |
| CMYK | 0.97 | 0.29 | 0 | 0.15 |
| HSL | 197.91º | 0.94% | 0.44% | - |
| HSV(B) | 197.91º | 0.97% | 0.85% | - |
| XYZ | 24.46 | 28.55 | 70.55 | - |
| YUV | 117.93 | 184.47 | 48.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 155 | 218 | 0.97 | 0.29 | 0 | 0.15 | 197.91 | 0.94 | 0.44 |
| Hex | 7 | 9B | DA | 61 | 1D | 0 | F | C6 | 5E | 2C |
| Octal | 7 | 233 | 332 | 141 | 35 | 0 | 17 | 306 | 136 | 54 |
| Binary | 111 | 10011011 | 11011010 | 1100001 | 11101 | 0 | 1111 | 11000110 | 1011110 | 101100 |
Color Harmonies of #079BDA
Complementary color
Monochromatic Colors of #079BDA
Black with #079BDA
Text Example
Text Example
White with #079BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079BDA; }
p { color: rgb(7,155,218); }
H1.HeaderClassName
{
color: #079BDA;
}
.AnyTagClassName
{
color: #079BDA;
}
</style>
background-color css
<style>
a { background-color: #079BDA; }
a { background-color: rgb(7,155,218); }
div.DivClassName
{
background-color: #079BDA;
}
.BgClassName
{
background-color: #079BDA;
}
</style>
border-color css
<style>
span { border-color: #079BDA; }
span { border-color: rgb(7,155,218); }
td.TdClassName
{
border-color: #079BDA;
}
.TagClassName
{
border-color: #079BDA;
}
</style>