Shades of Pacific Blue #079DC4
Tints of Pacific Blue #079DC4
RGB
CMYK
RGB Variations
Color information
#079DC4 (or 0x079DC4) is known color: Pacific Blue. HEX triplet: 07, 9D and C4. RGB value is (7,157,196). Sum of RGB (Red+Green+Blue) = 7+157+196=360 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.94% from 360); Green value is 157 (61.72% from 255 or 43.61% from 360); Blue value is 196 (76.95% from 255 or 54.44% from 360); Max value from RGB is 196 - color contains mainly: blue. Hex color #079DC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079DC4 is #F8623B. Grayscale: #747474. Windows color (decimal): -16278076 or 12885255. OLE color: 12885255.
HSL color Cylindrical-coordinate representation of color #079DC4: hue angle of 192.38º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #079DC4 is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 7 | 157 | 196 | - |
| CMYK | 0.96 | 0.20 | 0 | 0.23 |
| HSL | 192.38º | 0.93% | 0.4% | - |
| HSV(B) | 192.38º | 0.96% | 0.77% | - |
| XYZ | 22.11 | 28.14 | 56.49 | - |
| YUV | 116.6 | 172.81 | 49.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 157 | 196 | 0.96 | 0.20 | 0 | 0.23 | 192.38 | 0.93 | 0.4 |
| Hex | 7 | 9D | C4 | 60 | 14 | 0 | 17 | C0 | 5D | 28 |
| Octal | 7 | 235 | 304 | 140 | 24 | 0 | 27 | 300 | 135 | 50 |
| Binary | 111 | 10011101 | 11000100 | 1100000 | 10100 | 0 | 10111 | 11000000 | 1011101 | 101000 |
Color Harmonies of #079DC4
Complementary color
Monochromatic Colors of #079DC4
Black with #079DC4
Text Example
Text Example
White with #079DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079DC4; }
p { color: rgb(7,157,196); }
H1.HeaderClassName
{
color: #079DC4;
}
.AnyTagClassName
{
color: #079DC4;
}
</style>
background-color css
<style>
a { background-color: #079DC4; }
a { background-color: rgb(7,157,196); }
div.DivClassName
{
background-color: #079DC4;
}
.BgClassName
{
background-color: #079DC4;
}
</style>
border-color css
<style>
span { border-color: #079DC4; }
span { border-color: rgb(7,157,196); }
td.TdClassName
{
border-color: #079DC4;
}
.TagClassName
{
border-color: #079DC4;
}
</style>