Shades of Pacific Blue #079DDE
Tints of Pacific Blue #079DDE
RGB
CMYK
RGB Variations
Color information
#079DDE (or 0x079DDE) is known color: Pacific Blue. HEX triplet: 07, 9D and DE. RGB value is (7,157,222). Sum of RGB (Red+Green+Blue) = 7+157+222=386 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.81% from 386); Green value is 157 (61.72% from 255 or 40.67% from 386); Blue value is 222 (87.11% from 255 or 57.51% from 386); Max value from RGB is 222 - color contains mainly: blue. Hex color #079DDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079DDE is #F86221. Grayscale: #777777. Windows color (decimal): -16278050 or 14589191. OLE color: 14589191.
HSL color Cylindrical-coordinate representation of color #079DDE: hue angle of 198.14º 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 #079DDE is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 157 | 222 | - |
| CMYK | 0.97 | 0.29 | 0 | 0.13 |
| HSL | 198.14º | 0.94% | 0.45% | - |
| HSV(B) | 198.14º | 0.97% | 0.87% | - |
| XYZ | 25.33 | 29.43 | 73.45 | - |
| YUV | 119.56 | 185.81 | 47.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 157 | 222 | 0.97 | 0.29 | 0 | 0.13 | 198.14 | 0.94 | 0.45 |
| Hex | 7 | 9D | DE | 61 | 1D | 0 | D | C6 | 5E | 2D |
| Octal | 7 | 235 | 336 | 141 | 35 | 0 | 15 | 306 | 136 | 55 |
| Binary | 111 | 10011101 | 11011110 | 1100001 | 11101 | 0 | 1101 | 11000110 | 1011110 | 101101 |
Color Harmonies of #079DDE
Complementary color
Monochromatic Colors of #079DDE
Black with #079DDE
Text Example
Text Example
White with #079DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079DDE; }
p { color: rgb(7,157,222); }
H1.HeaderClassName
{
color: #079DDE;
}
.AnyTagClassName
{
color: #079DDE;
}
</style>
background-color css
<style>
a { background-color: #079DDE; }
a { background-color: rgb(7,157,222); }
div.DivClassName
{
background-color: #079DDE;
}
.BgClassName
{
background-color: #079DDE;
}
</style>
border-color css
<style>
span { border-color: #079DDE; }
span { border-color: rgb(7,157,222); }
td.TdClassName
{
border-color: #079DDE;
}
.TagClassName
{
border-color: #079DDE;
}
</style>