Shades of Pacific Blue #079CDF
Tints of Pacific Blue #079CDF
RGB
CMYK
RGB Variations
Color information
#079CDF (or 0x079CDF) is known color: Pacific Blue. HEX triplet: 07, 9C and DF. RGB value is (7,156,223). Sum of RGB (Red+Green+Blue) = 7+156+223=386 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.81% from 386); Green value is 156 (61.33% from 255 or 40.41% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #079CDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079CDF is #F86320. Grayscale: #767676. Windows color (decimal): -16278305 or 14654471. OLE color: 14654471.
HSL color Cylindrical-coordinate representation of color #079CDF: hue angle of 198.61º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #079CDF is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 156 | 223 | - |
| CMYK | 0.97 | 0.30 | 0 | 0.13 |
| HSL | 198.61º | 0.94% | 0.45% | - |
| HSV(B) | 198.61º | 0.97% | 0.87% | - |
| XYZ | 25.3 | 29.15 | 74.11 | - |
| YUV | 119.09 | 186.64 | 48.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 156 | 223 | 0.97 | 0.30 | 0 | 0.13 | 198.61 | 0.94 | 0.45 |
| Hex | 7 | 9C | DF | 61 | 1E | 0 | D | C7 | 5E | 2D |
| Octal | 7 | 234 | 337 | 141 | 36 | 0 | 15 | 307 | 136 | 55 |
| Binary | 111 | 10011100 | 11011111 | 1100001 | 11110 | 0 | 1101 | 11000111 | 1011110 | 101101 |
Color Harmonies of #079CDF
Complementary color
Monochromatic Colors of #079CDF
Black with #079CDF
Text Example
Text Example
White with #079CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079CDF; }
p { color: rgb(7,156,223); }
H1.HeaderClassName
{
color: #079CDF;
}
.AnyTagClassName
{
color: #079CDF;
}
</style>
background-color css
<style>
a { background-color: #079CDF; }
a { background-color: rgb(7,156,223); }
div.DivClassName
{
background-color: #079CDF;
}
.BgClassName
{
background-color: #079CDF;
}
</style>
border-color css
<style>
span { border-color: #079CDF; }
span { border-color: rgb(7,156,223); }
td.TdClassName
{
border-color: #079CDF;
}
.TagClassName
{
border-color: #079CDF;
}
</style>