Shades of Pacific Blue #079ECD
Tints of Pacific Blue #079ECD
RGB
CMYK
RGB Variations
Color information
#079ECD (or 0x079ECD) is known color: Pacific Blue. HEX triplet: 07, 9E and CD. RGB value is (7,158,205). Sum of RGB (Red+Green+Blue) = 7+158+205=370 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.89% from 370); Green value is 158 (62.11% from 255 or 42.70% from 370); Blue value is 205 (80.47% from 255 or 55.41% from 370); Max value from RGB is 205 - color contains mainly: blue. Hex color #079ECD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079ECD is #F86132. Grayscale: #757575. Windows color (decimal): -16277811 or 13475335. OLE color: 13475335.
HSL color Cylindrical-coordinate representation of color #079ECD: hue angle of 194.24º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #079ECD is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 158 | 205 | - |
| CMYK | 0.97 | 0.23 | 0 | 0.20 |
| HSL | 194.24º | 0.93% | 0.42% | - |
| HSV(B) | 194.24º | 0.97% | 0.8% | - |
| XYZ | 23.33 | 28.91 | 62.11 | - |
| YUV | 118.21 | 176.97 | 48.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 158 | 205 | 0.97 | 0.23 | 0 | 0.20 | 194.24 | 0.93 | 0.42 |
| Hex | 7 | 9E | CD | 61 | 17 | 0 | 14 | C2 | 5D | 2A |
| Octal | 7 | 236 | 315 | 141 | 27 | 0 | 24 | 302 | 135 | 52 |
| Binary | 111 | 10011110 | 11001101 | 1100001 | 10111 | 0 | 10100 | 11000010 | 1011101 | 101010 |
Color Harmonies of #079ECD
Complementary color
Monochromatic Colors of #079ECD
Black with #079ECD
Text Example
Text Example
White with #079ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079ECD; }
p { color: rgb(7,158,205); }
H1.HeaderClassName
{
color: #079ECD;
}
.AnyTagClassName
{
color: #079ECD;
}
</style>
background-color css
<style>
a { background-color: #079ECD; }
a { background-color: rgb(7,158,205); }
div.DivClassName
{
background-color: #079ECD;
}
.BgClassName
{
background-color: #079ECD;
}
</style>
border-color css
<style>
span { border-color: #079ECD; }
span { border-color: rgb(7,158,205); }
td.TdClassName
{
border-color: #079ECD;
}
.TagClassName
{
border-color: #079ECD;
}
</style>