Shades of Pacific Blue #079ADE
Tints of Pacific Blue #079ADE
RGB
CMYK
RGB Variations
Color information
#079ADE (or 0x079ADE) is known color: Pacific Blue. HEX triplet: 07, 9A and DE. RGB value is (7,154,222). Sum of RGB (Red+Green+Blue) = 7+154+222=383 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.83% from 383); Green value is 154 (60.55% from 255 or 40.21% from 383); Blue value is 222 (87.11% from 255 or 57.96% from 383); Max value from RGB is 222 - color contains mainly: blue. Hex color #079ADE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079ADE is #F86521. Grayscale: #757575. Windows color (decimal): -16278818 or 14588423. OLE color: 14588423.
HSL color Cylindrical-coordinate representation of color #079ADE: hue angle of 198.98º 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 #079ADE is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 154 | 222 | - |
| CMYK | 0.97 | 0.31 | 0 | 0.13 |
| HSL | 198.98º | 0.94% | 0.45% | - |
| HSV(B) | 198.98º | 0.97% | 0.87% | - |
| XYZ | 24.83 | 28.43 | 73.29 | - |
| YUV | 117.8 | 186.8 | 48.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 154 | 222 | 0.97 | 0.31 | 0 | 0.13 | 198.98 | 0.94 | 0.45 |
| Hex | 7 | 9A | DE | 61 | 1F | 0 | D | C7 | 5E | 2D |
| Octal | 7 | 232 | 336 | 141 | 37 | 0 | 15 | 307 | 136 | 55 |
| Binary | 111 | 10011010 | 11011110 | 1100001 | 11111 | 0 | 1101 | 11000111 | 1011110 | 101101 |
Color Harmonies of #079ADE
Complementary color
Monochromatic Colors of #079ADE
Black with #079ADE
Text Example
Text Example
White with #079ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079ADE; }
p { color: rgb(7,154,222); }
H1.HeaderClassName
{
color: #079ADE;
}
.AnyTagClassName
{
color: #079ADE;
}
</style>
background-color css
<style>
a { background-color: #079ADE; }
a { background-color: rgb(7,154,222); }
div.DivClassName
{
background-color: #079ADE;
}
.BgClassName
{
background-color: #079ADE;
}
</style>
border-color css
<style>
span { border-color: #079ADE; }
span { border-color: rgb(7,154,222); }
td.TdClassName
{
border-color: #079ADE;
}
.TagClassName
{
border-color: #079ADE;
}
</style>