Shades of Pacific Blue #079FC8
Tints of Pacific Blue #079FC8
RGB
CMYK
RGB Variations
Color information
#079FC8 (or 0x079FC8) is known color: Pacific Blue. HEX triplet: 07, 9F and C8. RGB value is (7,159,200). Sum of RGB (Red+Green+Blue) = 7+159+200=366 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.91% from 366); Green value is 159 (62.5% from 255 or 43.44% from 366); Blue value is 200 (78.52% from 255 or 54.64% from 366); Max value from RGB is 200 - color contains mainly: blue. Hex color #079FC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079FC8 is #F86037. Grayscale: #757575. Windows color (decimal): -16277560 or 13147911. OLE color: 13147911.
HSL color Cylindrical-coordinate representation of color #079FC8: hue angle of 192.75º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #079FC8 is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 7 | 159 | 200 | - |
| CMYK | 0.96 | 0.20 | 0 | 0.22 |
| HSL | 192.75º | 0.93% | 0.41% | - |
| HSV(B) | 192.75º | 0.97% | 0.78% | - |
| XYZ | 22.91 | 29.01 | 59.04 | - |
| YUV | 118.23 | 174.14 | 48.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 159 | 200 | 0.96 | 0.20 | 0 | 0.22 | 192.75 | 0.93 | 0.41 |
| Hex | 7 | 9F | C8 | 60 | 14 | 0 | 16 | C1 | 5D | 29 |
| Octal | 7 | 237 | 310 | 140 | 24 | 0 | 26 | 301 | 135 | 51 |
| Binary | 111 | 10011111 | 11001000 | 1100000 | 10100 | 0 | 10110 | 11000001 | 1011101 | 101001 |
Color Harmonies of #079FC8
Complementary color
Monochromatic Colors of #079FC8
Black with #079FC8
Text Example
Text Example
White with #079FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079FC8; }
p { color: rgb(7,159,200); }
H1.HeaderClassName
{
color: #079FC8;
}
.AnyTagClassName
{
color: #079FC8;
}
</style>
background-color css
<style>
a { background-color: #079FC8; }
a { background-color: rgb(7,159,200); }
div.DivClassName
{
background-color: #079FC8;
}
.BgClassName
{
background-color: #079FC8;
}
</style>
border-color css
<style>
span { border-color: #079FC8; }
span { border-color: rgb(7,159,200); }
td.TdClassName
{
border-color: #079FC8;
}
.TagClassName
{
border-color: #079FC8;
}
</style>