Shades of Pacific Blue #079CE0
Tints of Pacific Blue #079CE0
RGB
CMYK
RGB Variations
Color information
#079CE0 (or 0x079CE0) is known color: Pacific Blue. HEX triplet: 07, 9C and E0. RGB value is (7,156,224). Sum of RGB (Red+Green+Blue) = 7+156+224=387 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.81% from 387); Green value is 156 (61.33% from 255 or 40.31% from 387); Blue value is 224 (87.89% from 255 or 57.88% from 387); Max value from RGB is 224 - color contains mainly: blue. Hex color #079CE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079CE0 is #F8631F. Grayscale: #767676. Windows color (decimal): -16278304 or 14720007. OLE color: 14720007.
HSL color Cylindrical-coordinate representation of color #079CE0: hue angle of 198.8º 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 #079CE0 is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 7 | 156 | 224 | - |
| CMYK | 0.97 | 0.30 | 0 | 0.12 |
| HSL | 198.8º | 0.94% | 0.45% | - |
| HSV(B) | 198.8º | 0.97% | 0.88% | - |
| XYZ | 25.43 | 29.2 | 74.82 | - |
| YUV | 119.2 | 187.14 | 47.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 156 | 224 | 0.97 | 0.30 | 0 | 0.12 | 198.8 | 0.94 | 0.45 |
| Hex | 7 | 9C | E0 | 61 | 1E | 0 | C | C7 | 5E | 2D |
| Octal | 7 | 234 | 340 | 141 | 36 | 0 | 14 | 307 | 136 | 55 |
| Binary | 111 | 10011100 | 11100000 | 1100001 | 11110 | 0 | 1100 | 11000111 | 1011110 | 101101 |
Color Harmonies of #079CE0
Complementary color
Monochromatic Colors of #079CE0
Black with #079CE0
Text Example
Text Example
White with #079CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079CE0; }
p { color: rgb(7,156,224); }
H1.HeaderClassName
{
color: #079CE0;
}
.AnyTagClassName
{
color: #079CE0;
}
</style>
background-color css
<style>
a { background-color: #079CE0; }
a { background-color: rgb(7,156,224); }
div.DivClassName
{
background-color: #079CE0;
}
.BgClassName
{
background-color: #079CE0;
}
</style>
border-color css
<style>
span { border-color: #079CE0; }
span { border-color: rgb(7,156,224); }
td.TdClassName
{
border-color: #079CE0;
}
.TagClassName
{
border-color: #079CE0;
}
</style>