Shades of Pacific Blue #079CCD
Tints of Pacific Blue #079CCD
RGB
CMYK
RGB Variations
Color information
#079CCD (or 0x079CCD) is known color: Pacific Blue. HEX triplet: 07, 9C and CD. RGB value is (7,156,205). Sum of RGB (Red+Green+Blue) = 7+156+205=368 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.90% from 368); Green value is 156 (61.33% from 255 or 42.39% from 368); Blue value is 205 (80.47% from 255 or 55.71% from 368); Max value from RGB is 205 - color contains mainly: blue. Hex color #079CCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079CCD is #F86332. Grayscale: #747474. Windows color (decimal): -16278323 or 13474823. OLE color: 13474823.
HSL color Cylindrical-coordinate representation of color #079CCD: hue angle of 194.85º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #079CCD is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 156 | 205 | - |
| CMYK | 0.97 | 0.24 | 0 | 0.20 |
| HSL | 194.85º | 0.93% | 0.42% | - |
| HSV(B) | 194.85º | 0.97% | 0.8% | - |
| XYZ | 23 | 28.23 | 61.99 | - |
| YUV | 117.04 | 177.64 | 49.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 156 | 205 | 0.97 | 0.24 | 0 | 0.20 | 194.85 | 0.93 | 0.42 |
| Hex | 7 | 9C | CD | 61 | 18 | 0 | 14 | C3 | 5D | 2A |
| Octal | 7 | 234 | 315 | 141 | 30 | 0 | 24 | 303 | 135 | 52 |
| Binary | 111 | 10011100 | 11001101 | 1100001 | 11000 | 0 | 10100 | 11000011 | 1011101 | 101010 |
Color Harmonies of #079CCD
Complementary color
Monochromatic Colors of #079CCD
Black with #079CCD
Text Example
Text Example
White with #079CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079CCD; }
p { color: rgb(7,156,205); }
H1.HeaderClassName
{
color: #079CCD;
}
.AnyTagClassName
{
color: #079CCD;
}
</style>
background-color css
<style>
a { background-color: #079CCD; }
a { background-color: rgb(7,156,205); }
div.DivClassName
{
background-color: #079CCD;
}
.BgClassName
{
background-color: #079CCD;
}
</style>
border-color css
<style>
span { border-color: #079CCD; }
span { border-color: rgb(7,156,205); }
td.TdClassName
{
border-color: #079CCD;
}
.TagClassName
{
border-color: #079CCD;
}
</style>