Shades of Pacific Blue #079CE2
Tints of Pacific Blue #079CE2
RGB
CMYK
RGB Variations
Color information
#079CE2 (or 0x079CE2) is known color: Pacific Blue. HEX triplet: 07, 9C and E2. RGB value is (7,156,226). Sum of RGB (Red+Green+Blue) = 7+156+226=389 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.80% from 389); Green value is 156 (61.33% from 255 or 40.10% from 389); Blue value is 226 (88.67% from 255 or 58.10% from 389); Max value from RGB is 226 - color contains mainly: blue. Hex color #079CE2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079CE2 is #F8631D. Grayscale: #767676. Windows color (decimal): -16278302 or 14851079. OLE color: 14851079.
HSL color Cylindrical-coordinate representation of color #079CE2: hue angle of 199.18º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #079CE2 is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 7 | 156 | 226 | - |
| CMYK | 0.97 | 0.31 | 0 | 0.11 |
| HSL | 199.18º | 0.94% | 0.46% | - |
| HSV(B) | 199.18º | 0.97% | 0.89% | - |
| XYZ | 25.7 | 29.31 | 76.25 | - |
| YUV | 119.43 | 188.14 | 47.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 156 | 226 | 0.97 | 0.31 | 0 | 0.11 | 199.18 | 0.94 | 0.46 |
| Hex | 7 | 9C | E2 | 61 | 1F | 0 | B | C7 | 5E | 2E |
| Octal | 7 | 234 | 342 | 141 | 37 | 0 | 13 | 307 | 136 | 56 |
| Binary | 111 | 10011100 | 11100010 | 1100001 | 11111 | 0 | 1011 | 11000111 | 1011110 | 101110 |
Color Harmonies of #079CE2
Complementary color
Monochromatic Colors of #079CE2
Black with #079CE2
Text Example
Text Example
White with #079CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079CE2; }
p { color: rgb(7,156,226); }
H1.HeaderClassName
{
color: #079CE2;
}
.AnyTagClassName
{
color: #079CE2;
}
</style>
background-color css
<style>
a { background-color: #079CE2; }
a { background-color: rgb(7,156,226); }
div.DivClassName
{
background-color: #079CE2;
}
.BgClassName
{
background-color: #079CE2;
}
</style>
border-color css
<style>
span { border-color: #079CE2; }
span { border-color: rgb(7,156,226); }
td.TdClassName
{
border-color: #079CE2;
}
.TagClassName
{
border-color: #079CE2;
}
</style>