Shades of Pacific Blue #079FC5
Tints of Pacific Blue #079FC5
RGB
CMYK
RGB Variations
Color information
#079FC5 (or 0x079FC5) is known color: Pacific Blue. HEX triplet: 07, 9F and C5. RGB value is (7,159,197). Sum of RGB (Red+Green+Blue) = 7+159+197=363 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.93% from 363); Green value is 159 (62.5% from 255 or 43.80% from 363); Blue value is 197 (77.34% from 255 or 54.27% from 363); Max value from RGB is 197 - color contains mainly: blue. Hex color #079FC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079FC5 is #F8603A. Grayscale: #757575. Windows color (decimal): -16277563 or 12951303. OLE color: 12951303.
HSL color Cylindrical-coordinate representation of color #079FC5: hue angle of 192º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #079FC5 is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 7 | 159 | 197 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.23 |
| HSL | 192º | 0.93% | 0.4% | - |
| HSV(B) | 192º | 0.96% | 0.77% | - |
| XYZ | 22.56 | 28.87 | 57.21 | - |
| YUV | 117.88 | 172.64 | 48.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 159 | 197 | 0.96 | 0.19 | 0 | 0.23 | 192 | 0.93 | 0.4 |
| Hex | 7 | 9F | C5 | 60 | 13 | 0 | 17 | C0 | 5D | 28 |
| Octal | 7 | 237 | 305 | 140 | 23 | 0 | 27 | 300 | 135 | 50 |
| Binary | 111 | 10011111 | 11000101 | 1100000 | 10011 | 0 | 10111 | 11000000 | 1011101 | 101000 |
Color Harmonies of #079FC5
Complementary color
Monochromatic Colors of #079FC5
Black with #079FC5
Text Example
Text Example
White with #079FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079FC5; }
p { color: rgb(7,159,197); }
H1.HeaderClassName
{
color: #079FC5;
}
.AnyTagClassName
{
color: #079FC5;
}
</style>
background-color css
<style>
a { background-color: #079FC5; }
a { background-color: rgb(7,159,197); }
div.DivClassName
{
background-color: #079FC5;
}
.BgClassName
{
background-color: #079FC5;
}
</style>
border-color css
<style>
span { border-color: #079FC5; }
span { border-color: rgb(7,159,197); }
td.TdClassName
{
border-color: #079FC5;
}
.TagClassName
{
border-color: #079FC5;
}
</style>