Shades of Pacific Blue #079ECB
Tints of Pacific Blue #079ECB
RGB
CMYK
RGB Variations
Color information
#079ECB (or 0x079ECB) is known color: Pacific Blue. HEX triplet: 07, 9E and CB. RGB value is (7,158,203). Sum of RGB (Red+Green+Blue) = 7+158+203=368 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.90% from 368); Green value is 158 (62.11% from 255 or 42.93% from 368); Blue value is 203 (79.69% from 255 or 55.16% from 368); Max value from RGB is 203 - color contains mainly: blue. Hex color #079ECB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079ECB is #F86134. Grayscale: #757575. Windows color (decimal): -16277813 or 13344263. OLE color: 13344263.
HSL color Cylindrical-coordinate representation of color #079ECB: hue angle of 193.78º 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 #079ECB is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 158 | 203 | - |
| CMYK | 0.97 | 0.22 | 0 | 0.20 |
| HSL | 193.78º | 0.93% | 0.41% | - |
| HSV(B) | 193.78º | 0.97% | 0.8% | - |
| XYZ | 23.09 | 28.81 | 60.84 | - |
| YUV | 117.98 | 175.97 | 48.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 158 | 203 | 0.97 | 0.22 | 0 | 0.20 | 193.78 | 0.93 | 0.41 |
| Hex | 7 | 9E | CB | 61 | 16 | 0 | 14 | C2 | 5D | 29 |
| Octal | 7 | 236 | 313 | 141 | 26 | 0 | 24 | 302 | 135 | 51 |
| Binary | 111 | 10011110 | 11001011 | 1100001 | 10110 | 0 | 10100 | 11000010 | 1011101 | 101001 |
Color Harmonies of #079ECB
Complementary color
Monochromatic Colors of #079ECB
Black with #079ECB
Text Example
Text Example
White with #079ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079ECB; }
p { color: rgb(7,158,203); }
H1.HeaderClassName
{
color: #079ECB;
}
.AnyTagClassName
{
color: #079ECB;
}
</style>
background-color css
<style>
a { background-color: #079ECB; }
a { background-color: rgb(7,158,203); }
div.DivClassName
{
background-color: #079ECB;
}
.BgClassName
{
background-color: #079ECB;
}
</style>
border-color css
<style>
span { border-color: #079ECB; }
span { border-color: rgb(7,158,203); }
td.TdClassName
{
border-color: #079ECB;
}
.TagClassName
{
border-color: #079ECB;
}
</style>