Shades of Pacific Blue #079CC0
Tints of Pacific Blue #079CC0
RGB
CMYK
RGB Variations
Color information
#079CC0 (or 0x079CC0) is known color: Pacific Blue. HEX triplet: 07, 9C and C0. RGB value is (7,156,192). Sum of RGB (Red+Green+Blue) = 7+156+192=355 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.97% from 355); Green value is 156 (61.33% from 255 or 43.94% from 355); Blue value is 192 (75.39% from 255 or 54.08% from 355); Max value from RGB is 192 - color contains mainly: blue. Hex color #079CC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079CC0 is #F8633F. Grayscale: #737373. Windows color (decimal): -16278336 or 12622855. OLE color: 12622855.
HSL color Cylindrical-coordinate representation of color #079CC0: hue angle of 191.68º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #079CC0 is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 156 | 192 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.25 |
| HSL | 191.68º | 0.93% | 0.39% | - |
| HSV(B) | 191.68º | 0.96% | 0.75% | - |
| XYZ | 21.49 | 27.63 | 54.07 | - |
| YUV | 115.55 | 171.14 | 50.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 156 | 192 | 0.96 | 0.19 | 0 | 0.25 | 191.68 | 0.93 | 0.39 |
| Hex | 7 | 9C | C0 | 60 | 13 | 0 | 19 | C0 | 5D | 27 |
| Octal | 7 | 234 | 300 | 140 | 23 | 0 | 31 | 300 | 135 | 47 |
| Binary | 111 | 10011100 | 11000000 | 1100000 | 10011 | 0 | 11001 | 11000000 | 1011101 | 100111 |
Color Harmonies of #079CC0
Complementary color
Monochromatic Colors of #079CC0
Black with #079CC0
Text Example
Text Example
White with #079CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079CC0; }
p { color: rgb(7,156,192); }
H1.HeaderClassName
{
color: #079CC0;
}
.AnyTagClassName
{
color: #079CC0;
}
</style>
background-color css
<style>
a { background-color: #079CC0; }
a { background-color: rgb(7,156,192); }
div.DivClassName
{
background-color: #079CC0;
}
.BgClassName
{
background-color: #079CC0;
}
</style>
border-color css
<style>
span { border-color: #079CC0; }
span { border-color: rgb(7,156,192); }
td.TdClassName
{
border-color: #079CC0;
}
.TagClassName
{
border-color: #079CC0;
}
</style>