Shades of Pacific Blue #079EDD
Tints of Pacific Blue #079EDD
RGB
CMYK
RGB Variations
Color information
#079EDD (or 0x079EDD) is known color: Pacific Blue. HEX triplet: 07, 9E and DD. RGB value is (7,158,221). Sum of RGB (Red+Green+Blue) = 7+158+221=386 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.81% from 386); Green value is 158 (62.11% from 255 or 40.93% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #079EDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079EDD is #F86122. Grayscale: #777777. Windows color (decimal): -16277795 or 14523911. OLE color: 14523911.
HSL color Cylindrical-coordinate representation of color #079EDD: hue angle of 197.66º 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 #079EDD is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 158 | 221 | - |
| CMYK | 0.97 | 0.29 | 0 | 0.13 |
| HSL | 197.66º | 0.94% | 0.45% | - |
| HSV(B) | 197.66º | 0.97% | 0.87% | - |
| XYZ | 25.37 | 29.72 | 72.81 | - |
| YUV | 120.03 | 184.97 | 47.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 158 | 221 | 0.97 | 0.29 | 0 | 0.13 | 197.66 | 0.94 | 0.45 |
| Hex | 7 | 9E | DD | 61 | 1D | 0 | D | C6 | 5E | 2D |
| Octal | 7 | 236 | 335 | 141 | 35 | 0 | 15 | 306 | 136 | 55 |
| Binary | 111 | 10011110 | 11011101 | 1100001 | 11101 | 0 | 1101 | 11000110 | 1011110 | 101101 |
Color Harmonies of #079EDD
Complementary color
Monochromatic Colors of #079EDD
Black with #079EDD
Text Example
Text Example
White with #079EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079EDD; }
p { color: rgb(7,158,221); }
H1.HeaderClassName
{
color: #079EDD;
}
.AnyTagClassName
{
color: #079EDD;
}
</style>
background-color css
<style>
a { background-color: #079EDD; }
a { background-color: rgb(7,158,221); }
div.DivClassName
{
background-color: #079EDD;
}
.BgClassName
{
background-color: #079EDD;
}
</style>
border-color css
<style>
span { border-color: #079EDD; }
span { border-color: rgb(7,158,221); }
td.TdClassName
{
border-color: #079EDD;
}
.TagClassName
{
border-color: #079EDD;
}
</style>