Shades of Pacific Blue #079CE6
Tints of Pacific Blue #079CE6
RGB
CMYK
RGB Variations
Color information
#079CE6 (or 0x079CE6) is known color: Pacific Blue. HEX triplet: 07, 9C and E6. RGB value is (7,156,230). Sum of RGB (Red+Green+Blue) = 7+156+230=393 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.78% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 230 (90.23% from 255 or 58.52% from 393); Max value from RGB is 230 - color contains mainly: blue. Hex color #079CE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #079CE6 is #F86319. Grayscale: #777777. Windows color (decimal): -16278298 or 15113223. OLE color: 15113223.
HSL color Cylindrical-coordinate representation of color #079CE6: hue angle of 199.91º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #079CE6 is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 7 | 156 | 230 | - |
| CMYK | 0.97 | 0.32 | 0 | 0.10 |
| HSL | 199.91º | 0.94% | 0.46% | - |
| HSV(B) | 199.91º | 0.97% | 0.9% | - |
| XYZ | 26.26 | 29.54 | 79.18 | - |
| YUV | 119.89 | 190.14 | 47.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 156 | 230 | 0.97 | 0.32 | 0 | 0.10 | 199.91 | 0.94 | 0.46 |
| Hex | 7 | 9C | E6 | 61 | 20 | 0 | A | C8 | 5E | 2E |
| Octal | 7 | 234 | 346 | 141 | 40 | 0 | 12 | 310 | 136 | 56 |
| Binary | 111 | 10011100 | 11100110 | 1100001 | 100000 | 0 | 1010 | 11001000 | 1011110 | 101110 |
Color Harmonies of #079CE6
Complementary color
Monochromatic Colors of #079CE6
Black with #079CE6
Text Example
Text Example
White with #079CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079CE6; }
p { color: rgb(7,156,230); }
H1.HeaderClassName
{
color: #079CE6;
}
.AnyTagClassName
{
color: #079CE6;
}
</style>
background-color css
<style>
a { background-color: #079CE6; }
a { background-color: rgb(7,156,230); }
div.DivClassName
{
background-color: #079CE6;
}
.BgClassName
{
background-color: #079CE6;
}
</style>
border-color css
<style>
span { border-color: #079CE6; }
span { border-color: rgb(7,156,230); }
td.TdClassName
{
border-color: #079CE6;
}
.TagClassName
{
border-color: #079CE6;
}
</style>