Shades of Pacific Blue #079CCE
Tints of Pacific Blue #079CCE
RGB
CMYK
RGB Variations
Color information
#079CCE (or 0x079CCE) is known color: Pacific Blue. HEX triplet: 07, 9C and CE. RGB value is (7,156,206). Sum of RGB (Red+Green+Blue) = 7+156+206=369 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.90% from 369); Green value is 156 (61.33% from 255 or 42.28% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #079CCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079CCE is #F86331. Grayscale: #747474. Windows color (decimal): -16278322 or 13540359. OLE color: 13540359.
HSL color Cylindrical-coordinate representation of color #079CCE: hue angle of 195.08º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #079CCE is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 156 | 206 | - |
| CMYK | 0.97 | 0.24 | 0 | 0.19 |
| HSL | 195.08º | 0.93% | 0.42% | - |
| HSV(B) | 195.08º | 0.97% | 0.81% | - |
| XYZ | 23.12 | 28.28 | 62.63 | - |
| YUV | 117.15 | 178.14 | 49.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 156 | 206 | 0.97 | 0.24 | 0 | 0.19 | 195.08 | 0.93 | 0.42 |
| Hex | 7 | 9C | CE | 61 | 18 | 0 | 13 | C3 | 5D | 2A |
| Octal | 7 | 234 | 316 | 141 | 30 | 0 | 23 | 303 | 135 | 52 |
| Binary | 111 | 10011100 | 11001110 | 1100001 | 11000 | 0 | 10011 | 11000011 | 1011101 | 101010 |
Color Harmonies of #079CCE
Complementary color
Monochromatic Colors of #079CCE
Black with #079CCE
Text Example
Text Example
White with #079CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079CCE; }
p { color: rgb(7,156,206); }
H1.HeaderClassName
{
color: #079CCE;
}
.AnyTagClassName
{
color: #079CCE;
}
</style>
background-color css
<style>
a { background-color: #079CCE; }
a { background-color: rgb(7,156,206); }
div.DivClassName
{
background-color: #079CCE;
}
.BgClassName
{
background-color: #079CCE;
}
</style>
border-color css
<style>
span { border-color: #079CCE; }
span { border-color: rgb(7,156,206); }
td.TdClassName
{
border-color: #079CCE;
}
.TagClassName
{
border-color: #079CCE;
}
</style>