Shades of Pacific Blue #079CCA
Tints of Pacific Blue #079CCA
RGB
CMYK
RGB Variations
Color information
#079CCA (or 0x079CCA) is known color: Pacific Blue. HEX triplet: 07, 9C and CA. RGB value is (7,156,202). Sum of RGB (Red+Green+Blue) = 7+156+202=365 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.92% from 365); Green value is 156 (61.33% from 255 or 42.74% from 365); Blue value is 202 (79.30% from 255 or 55.34% from 365); Max value from RGB is 202 - color contains mainly: blue. Hex color #079CCA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079CCA is #F86335. Grayscale: #747474. Windows color (decimal): -16278326 or 13278215. OLE color: 13278215.
HSL color Cylindrical-coordinate representation of color #079CCA: hue angle of 194.15º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #079CCA is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 7 | 156 | 202 | - |
| CMYK | 0.97 | 0.23 | 0 | 0.21 |
| HSL | 194.15º | 0.93% | 0.41% | - |
| HSV(B) | 194.15º | 0.97% | 0.79% | - |
| XYZ | 22.64 | 28.09 | 60.11 | - |
| YUV | 116.69 | 176.14 | 49.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 156 | 202 | 0.97 | 0.23 | 0 | 0.21 | 194.15 | 0.93 | 0.41 |
| Hex | 7 | 9C | CA | 61 | 17 | 0 | 15 | C2 | 5D | 29 |
| Octal | 7 | 234 | 312 | 141 | 27 | 0 | 25 | 302 | 135 | 51 |
| Binary | 111 | 10011100 | 11001010 | 1100001 | 10111 | 0 | 10101 | 11000010 | 1011101 | 101001 |
Color Harmonies of #079CCA
Complementary color
Monochromatic Colors of #079CCA
Black with #079CCA
Text Example
Text Example
White with #079CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079CCA; }
p { color: rgb(7,156,202); }
H1.HeaderClassName
{
color: #079CCA;
}
.AnyTagClassName
{
color: #079CCA;
}
</style>
background-color css
<style>
a { background-color: #079CCA; }
a { background-color: rgb(7,156,202); }
div.DivClassName
{
background-color: #079CCA;
}
.BgClassName
{
background-color: #079CCA;
}
</style>
border-color css
<style>
span { border-color: #079CCA; }
span { border-color: rgb(7,156,202); }
td.TdClassName
{
border-color: #079CCA;
}
.TagClassName
{
border-color: #079CCA;
}
</style>