Shades of Pacific Blue #079CE4
Tints of Pacific Blue #079CE4
RGB
CMYK
RGB Variations
Color information
#079CE4 (or 0x079CE4) is known color: Pacific Blue. HEX triplet: 07, 9C and E4. RGB value is (7,156,228). Sum of RGB (Red+Green+Blue) = 7+156+228=391 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.79% from 391); Green value is 156 (61.33% from 255 or 39.90% from 391); Blue value is 228 (89.45% from 255 or 58.31% from 391); Max value from RGB is 228 - color contains mainly: blue. Hex color #079CE4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079CE4 is #F8631B. Grayscale: #777777. Windows color (decimal): -16278300 or 14982151. OLE color: 14982151.
HSL color Cylindrical-coordinate representation of color #079CE4: hue angle of 199.55º 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 #079CE4 is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 7 | 156 | 228 | - |
| CMYK | 0.97 | 0.32 | 0 | 0.11 |
| HSL | 199.55º | 0.94% | 0.46% | - |
| HSV(B) | 199.55º | 0.97% | 0.89% | - |
| XYZ | 25.98 | 29.42 | 77.71 | - |
| YUV | 119.66 | 189.14 | 47.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 156 | 228 | 0.97 | 0.32 | 0 | 0.11 | 199.55 | 0.94 | 0.46 |
| Hex | 7 | 9C | E4 | 61 | 20 | 0 | B | C8 | 5E | 2E |
| Octal | 7 | 234 | 344 | 141 | 40 | 0 | 13 | 310 | 136 | 56 |
| Binary | 111 | 10011100 | 11100100 | 1100001 | 100000 | 0 | 1011 | 11001000 | 1011110 | 101110 |
Color Harmonies of #079CE4
Complementary color
Monochromatic Colors of #079CE4
Black with #079CE4
Text Example
Text Example
White with #079CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079CE4; }
p { color: rgb(7,156,228); }
H1.HeaderClassName
{
color: #079CE4;
}
.AnyTagClassName
{
color: #079CE4;
}
</style>
background-color css
<style>
a { background-color: #079CE4; }
a { background-color: rgb(7,156,228); }
div.DivClassName
{
background-color: #079CE4;
}
.BgClassName
{
background-color: #079CE4;
}
</style>
border-color css
<style>
span { border-color: #079CE4; }
span { border-color: rgb(7,156,228); }
td.TdClassName
{
border-color: #079CE4;
}
.TagClassName
{
border-color: #079CE4;
}
</style>