Shades of Pacific Blue #079DDD
Tints of Pacific Blue #079DDD
RGB
CMYK
RGB Variations
Color information
#079DDD (or 0x079DDD) is known color: Pacific Blue. HEX triplet: 07, 9D and DD. RGB value is (7,157,221). Sum of RGB (Red+Green+Blue) = 7+157+221=385 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.82% from 385); Green value is 157 (61.72% from 255 or 40.78% from 385); Blue value is 221 (86.72% from 255 or 57.40% from 385); Max value from RGB is 221 - color contains mainly: blue. Hex color #079DDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079DDD is #F86222. Grayscale: #777777. Windows color (decimal): -16278051 or 14523655. OLE color: 14523655.
HSL color Cylindrical-coordinate representation of color #079DDD: hue angle of 197.94º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #079DDD is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 157 | 221 | - |
| CMYK | 0.97 | 0.29 | 0 | 0.13 |
| HSL | 197.94º | 0.94% | 0.45% | - |
| HSV(B) | 197.94º | 0.97% | 0.87% | - |
| XYZ | 25.2 | 29.38 | 72.75 | - |
| YUV | 119.45 | 185.31 | 47.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 157 | 221 | 0.97 | 0.29 | 0 | 0.13 | 197.94 | 0.94 | 0.45 |
| Hex | 7 | 9D | DD | 61 | 1D | 0 | D | C6 | 5E | 2D |
| Octal | 7 | 235 | 335 | 141 | 35 | 0 | 15 | 306 | 136 | 55 |
| Binary | 111 | 10011101 | 11011101 | 1100001 | 11101 | 0 | 1101 | 11000110 | 1011110 | 101101 |
Color Harmonies of #079DDD
Complementary color
Monochromatic Colors of #079DDD
Black with #079DDD
Text Example
Text Example
White with #079DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079DDD; }
p { color: rgb(7,157,221); }
H1.HeaderClassName
{
color: #079DDD;
}
.AnyTagClassName
{
color: #079DDD;
}
</style>
background-color css
<style>
a { background-color: #079DDD; }
a { background-color: rgb(7,157,221); }
div.DivClassName
{
background-color: #079DDD;
}
.BgClassName
{
background-color: #079DDD;
}
</style>
border-color css
<style>
span { border-color: #079DDD; }
span { border-color: rgb(7,157,221); }
td.TdClassName
{
border-color: #079DDD;
}
.TagClassName
{
border-color: #079DDD;
}
</style>