Shades of Pacific Blue #079BE1
Tints of Pacific Blue #079BE1
RGB
CMYK
RGB Variations
Color information
#079BE1 (or 0x079BE1) is known color: Pacific Blue. HEX triplet: 07, 9B and E1. RGB value is (7,155,225). Sum of RGB (Red+Green+Blue) = 7+155+225=387 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.81% from 387); Green value is 155 (60.94% from 255 or 40.05% from 387); Blue value is 225 (88.28% from 255 or 58.14% from 387); Max value from RGB is 225 - color contains mainly: blue. Hex color #079BE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079BE1 is #F8641E. Grayscale: #767676. Windows color (decimal): -16278559 or 14785287. OLE color: 14785287.
HSL color Cylindrical-coordinate representation of color #079BE1: hue angle of 199.27º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #079BE1 is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 7 | 155 | 225 | - |
| CMYK | 0.97 | 0.31 | 0 | 0.12 |
| HSL | 199.27º | 0.94% | 0.45% | - |
| HSV(B) | 199.27º | 0.97% | 0.88% | - |
| XYZ | 25.4 | 28.92 | 75.48 | - |
| YUV | 118.73 | 187.97 | 48.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 155 | 225 | 0.97 | 0.31 | 0 | 0.12 | 199.27 | 0.94 | 0.45 |
| Hex | 7 | 9B | E1 | 61 | 1F | 0 | C | C7 | 5E | 2D |
| Octal | 7 | 233 | 341 | 141 | 37 | 0 | 14 | 307 | 136 | 55 |
| Binary | 111 | 10011011 | 11100001 | 1100001 | 11111 | 0 | 1100 | 11000111 | 1011110 | 101101 |
Color Harmonies of #079BE1
Complementary color
Monochromatic Colors of #079BE1
Black with #079BE1
Text Example
Text Example
White with #079BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079BE1; }
p { color: rgb(7,155,225); }
H1.HeaderClassName
{
color: #079BE1;
}
.AnyTagClassName
{
color: #079BE1;
}
</style>
background-color css
<style>
a { background-color: #079BE1; }
a { background-color: rgb(7,155,225); }
div.DivClassName
{
background-color: #079BE1;
}
.BgClassName
{
background-color: #079BE1;
}
</style>
border-color css
<style>
span { border-color: #079BE1; }
span { border-color: rgb(7,155,225); }
td.TdClassName
{
border-color: #079BE1;
}
.TagClassName
{
border-color: #079BE1;
}
</style>