Shades of Pacific Blue #079BE5
Tints of Pacific Blue #079BE5
RGB
CMYK
RGB Variations
Color information
#079BE5 (or 0x079BE5) is known color: Pacific Blue. HEX triplet: 07, 9B and E5. RGB value is (7,155,229). Sum of RGB (Red+Green+Blue) = 7+155+229=391 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.79% from 391); Green value is 155 (60.94% from 255 or 39.64% from 391); Blue value is 229 (89.84% from 255 or 58.57% from 391); Max value from RGB is 229 - color contains mainly: blue. Hex color #079BE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079BE5 is #F8641A. Grayscale: #767676. Windows color (decimal): -16278555 or 15047431. OLE color: 15047431.
HSL color Cylindrical-coordinate representation of color #079BE5: hue angle of 200º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #079BE5 is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 7 | 155 | 229 | - |
| CMYK | 0.97 | 0.32 | 0 | 0.10 |
| HSL | 200º | 0.94% | 0.46% | - |
| HSV(B) | 200º | 0.97% | 0.9% | - |
| XYZ | 25.95 | 29.15 | 78.39 | - |
| YUV | 119.18 | 189.97 | 47.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 155 | 229 | 0.97 | 0.32 | 0 | 0.10 | 200 | 0.94 | 0.46 |
| Hex | 7 | 9B | E5 | 61 | 20 | 0 | A | C8 | 5E | 2E |
| Octal | 7 | 233 | 345 | 141 | 40 | 0 | 12 | 310 | 136 | 56 |
| Binary | 111 | 10011011 | 11100101 | 1100001 | 100000 | 0 | 1010 | 11001000 | 1011110 | 101110 |
Color Harmonies of #079BE5
Complementary color
Monochromatic Colors of #079BE5
Black with #079BE5
Text Example
Text Example
White with #079BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079BE5; }
p { color: rgb(7,155,229); }
H1.HeaderClassName
{
color: #079BE5;
}
.AnyTagClassName
{
color: #079BE5;
}
</style>
background-color css
<style>
a { background-color: #079BE5; }
a { background-color: rgb(7,155,229); }
div.DivClassName
{
background-color: #079BE5;
}
.BgClassName
{
background-color: #079BE5;
}
</style>
border-color css
<style>
span { border-color: #079BE5; }
span { border-color: rgb(7,155,229); }
td.TdClassName
{
border-color: #079BE5;
}
.TagClassName
{
border-color: #079BE5;
}
</style>