Shades of Pacific Blue #079CC5
Tints of Pacific Blue #079CC5
RGB
CMYK
RGB Variations
Color information
#079CC5 (or 0x079CC5) is known color: Pacific Blue. HEX triplet: 07, 9C and C5. RGB value is (7,156,197). Sum of RGB (Red+Green+Blue) = 7+156+197=360 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.94% from 360); Green value is 156 (61.33% from 255 or 43.33% from 360); Blue value is 197 (77.34% from 255 or 54.72% from 360); Max value from RGB is 197 - color contains mainly: blue. Hex color #079CC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079CC5 is #F8633A. Grayscale: #737373. Windows color (decimal): -16278331 or 12950535. OLE color: 12950535.
HSL color Cylindrical-coordinate representation of color #079CC5: hue angle of 192.95º 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 #079CC5 is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 7 | 156 | 197 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.23 |
| HSL | 192.95º | 0.93% | 0.4% | - |
| HSV(B) | 192.95º | 0.96% | 0.77% | - |
| XYZ | 22.05 | 27.85 | 57.04 | - |
| YUV | 116.12 | 173.64 | 50.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 156 | 197 | 0.96 | 0.21 | 0 | 0.23 | 192.95 | 0.93 | 0.4 |
| Hex | 7 | 9C | C5 | 60 | 15 | 0 | 17 | C1 | 5D | 28 |
| Octal | 7 | 234 | 305 | 140 | 25 | 0 | 27 | 301 | 135 | 50 |
| Binary | 111 | 10011100 | 11000101 | 1100000 | 10101 | 0 | 10111 | 11000001 | 1011101 | 101000 |
Color Harmonies of #079CC5
Complementary color
Monochromatic Colors of #079CC5
Black with #079CC5
Text Example
Text Example
White with #079CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079CC5; }
p { color: rgb(7,156,197); }
H1.HeaderClassName
{
color: #079CC5;
}
.AnyTagClassName
{
color: #079CC5;
}
</style>
background-color css
<style>
a { background-color: #079CC5; }
a { background-color: rgb(7,156,197); }
div.DivClassName
{
background-color: #079CC5;
}
.BgClassName
{
background-color: #079CC5;
}
</style>
border-color css
<style>
span { border-color: #079CC5; }
span { border-color: rgb(7,156,197); }
td.TdClassName
{
border-color: #079CC5;
}
.TagClassName
{
border-color: #079CC5;
}
</style>