Shades of Pacific Blue #079FCF
Tints of Pacific Blue #079FCF
RGB
CMYK
RGB Variations
Color information
#079FCF (or 0x079FCF) is known color: Pacific Blue. HEX triplet: 07, 9F and CF. RGB value is (7,159,207). Sum of RGB (Red+Green+Blue) = 7+159+207=373 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.88% from 373); Green value is 159 (62.5% from 255 or 42.63% from 373); Blue value is 207 (81.25% from 255 or 55.50% from 373); Max value from RGB is 207 - color contains mainly: blue. Hex color #079FCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079FCF is #F86030. Grayscale: #767676. Windows color (decimal): -16277553 or 13606663. OLE color: 13606663.
HSL color Cylindrical-coordinate representation of color #079FCF: hue angle of 194.4º 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 #079FCF is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 159 | 207 | - |
| CMYK | 0.97 | 0.23 | 0 | 0.19 |
| HSL | 194.4º | 0.93% | 0.42% | - |
| HSV(B) | 194.4º | 0.97% | 0.81% | - |
| XYZ | 23.75 | 29.35 | 63.44 | - |
| YUV | 119.02 | 177.64 | 48.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 159 | 207 | 0.97 | 0.23 | 0 | 0.19 | 194.4 | 0.93 | 0.42 |
| Hex | 7 | 9F | CF | 61 | 17 | 0 | 13 | C2 | 5D | 2A |
| Octal | 7 | 237 | 317 | 141 | 27 | 0 | 23 | 302 | 135 | 52 |
| Binary | 111 | 10011111 | 11001111 | 1100001 | 10111 | 0 | 10011 | 11000010 | 1011101 | 101010 |
Color Harmonies of #079FCF
Complementary color
Monochromatic Colors of #079FCF
Black with #079FCF
Text Example
Text Example
White with #079FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079FCF; }
p { color: rgb(7,159,207); }
H1.HeaderClassName
{
color: #079FCF;
}
.AnyTagClassName
{
color: #079FCF;
}
</style>
background-color css
<style>
a { background-color: #079FCF; }
a { background-color: rgb(7,159,207); }
div.DivClassName
{
background-color: #079FCF;
}
.BgClassName
{
background-color: #079FCF;
}
</style>
border-color css
<style>
span { border-color: #079FCF; }
span { border-color: rgb(7,159,207); }
td.TdClassName
{
border-color: #079FCF;
}
.TagClassName
{
border-color: #079FCF;
}
</style>