Shades of Pacific Blue #079FCB
Tints of Pacific Blue #079FCB
RGB
CMYK
RGB Variations
Color information
#079FCB (or 0x079FCB) is known color: Pacific Blue. HEX triplet: 07, 9F and CB. RGB value is (7,159,203). Sum of RGB (Red+Green+Blue) = 7+159+203=369 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.90% from 369); Green value is 159 (62.5% from 255 or 43.09% from 369); Blue value is 203 (79.69% from 255 or 55.01% from 369); Max value from RGB is 203 - color contains mainly: blue. Hex color #079FCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079FCB is #F86034. Grayscale: #767676. Windows color (decimal): -16277557 or 13344519. OLE color: 13344519.
HSL color Cylindrical-coordinate representation of color #079FCB: hue angle of 193.47º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #079FCB is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 159 | 203 | - |
| CMYK | 0.97 | 0.22 | 0 | 0.20 |
| HSL | 193.47º | 0.93% | 0.41% | - |
| HSV(B) | 193.47º | 0.97% | 0.8% | - |
| XYZ | 23.27 | 29.15 | 60.9 | - |
| YUV | 118.57 | 175.64 | 48.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 159 | 203 | 0.97 | 0.22 | 0 | 0.20 | 193.47 | 0.93 | 0.41 |
| Hex | 7 | 9F | CB | 61 | 16 | 0 | 14 | C1 | 5D | 29 |
| Octal | 7 | 237 | 313 | 141 | 26 | 0 | 24 | 301 | 135 | 51 |
| Binary | 111 | 10011111 | 11001011 | 1100001 | 10110 | 0 | 10100 | 11000001 | 1011101 | 101001 |
Color Harmonies of #079FCB
Complementary color
Monochromatic Colors of #079FCB
Black with #079FCB
Text Example
Text Example
White with #079FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079FCB; }
p { color: rgb(7,159,203); }
H1.HeaderClassName
{
color: #079FCB;
}
.AnyTagClassName
{
color: #079FCB;
}
</style>
background-color css
<style>
a { background-color: #079FCB; }
a { background-color: rgb(7,159,203); }
div.DivClassName
{
background-color: #079FCB;
}
.BgClassName
{
background-color: #079FCB;
}
</style>
border-color css
<style>
span { border-color: #079FCB; }
span { border-color: rgb(7,159,203); }
td.TdClassName
{
border-color: #079FCB;
}
.TagClassName
{
border-color: #079FCB;
}
</style>