Shades of Pacific Blue #079DCB
Tints of Pacific Blue #079DCB
RGB
CMYK
RGB Variations
Color information
#079DCB (or 0x079DCB) is known color: Pacific Blue. HEX triplet: 07, 9D and CB. RGB value is (7,157,203). Sum of RGB (Red+Green+Blue) = 7+157+203=367 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.91% from 367); Green value is 157 (61.72% from 255 or 42.78% from 367); Blue value is 203 (79.69% from 255 or 55.31% from 367); Max value from RGB is 203 - color contains mainly: blue. Hex color #079DCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079DCB is #F86234. Grayscale: #757575. Windows color (decimal): -16278069 or 13344007. OLE color: 13344007.
HSL color Cylindrical-coordinate representation of color #079DCB: hue angle of 194.08º 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 #079DCB is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 157 | 203 | - |
| CMYK | 0.97 | 0.23 | 0 | 0.20 |
| HSL | 194.08º | 0.93% | 0.41% | - |
| HSV(B) | 194.08º | 0.97% | 0.8% | - |
| XYZ | 22.92 | 28.47 | 60.79 | - |
| YUV | 117.39 | 176.31 | 49.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 157 | 203 | 0.97 | 0.23 | 0 | 0.20 | 194.08 | 0.93 | 0.41 |
| Hex | 7 | 9D | CB | 61 | 17 | 0 | 14 | C2 | 5D | 29 |
| Octal | 7 | 235 | 313 | 141 | 27 | 0 | 24 | 302 | 135 | 51 |
| Binary | 111 | 10011101 | 11001011 | 1100001 | 10111 | 0 | 10100 | 11000010 | 1011101 | 101001 |
Color Harmonies of #079DCB
Complementary color
Monochromatic Colors of #079DCB
Black with #079DCB
Text Example
Text Example
White with #079DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079DCB; }
p { color: rgb(7,157,203); }
H1.HeaderClassName
{
color: #079DCB;
}
.AnyTagClassName
{
color: #079DCB;
}
</style>
background-color css
<style>
a { background-color: #079DCB; }
a { background-color: rgb(7,157,203); }
div.DivClassName
{
background-color: #079DCB;
}
.BgClassName
{
background-color: #079DCB;
}
</style>
border-color css
<style>
span { border-color: #079DCB; }
span { border-color: rgb(7,157,203); }
td.TdClassName
{
border-color: #079DCB;
}
.TagClassName
{
border-color: #079DCB;
}
</style>