Shades of Pacific Blue #079CE5
Tints of Pacific Blue #079CE5
RGB
CMYK
RGB Variations
Color information
#079CE5 (or 0x079CE5) is known color: Pacific Blue. HEX triplet: 07, 9C and E5. RGB value is (7,156,229). Sum of RGB (Red+Green+Blue) = 7+156+229=392 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.79% from 392); Green value is 156 (61.33% from 255 or 39.80% from 392); Blue value is 229 (89.84% from 255 or 58.42% from 392); Max value from RGB is 229 - color contains mainly: blue. Hex color #079CE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079CE5 is #F8631A. Grayscale: #777777. Windows color (decimal): -16278299 or 15047687. OLE color: 15047687.
HSL color Cylindrical-coordinate representation of color #079CE5: hue angle of 199.73º 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 #079CE5 is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 7 | 156 | 229 | - |
| CMYK | 0.97 | 0.32 | 0 | 0.10 |
| HSL | 199.73º | 0.94% | 0.46% | - |
| HSV(B) | 199.73º | 0.97% | 0.9% | - |
| XYZ | 26.12 | 29.48 | 78.44 | - |
| YUV | 119.77 | 189.64 | 47.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 156 | 229 | 0.97 | 0.32 | 0 | 0.10 | 199.73 | 0.94 | 0.46 |
| Hex | 7 | 9C | E5 | 61 | 20 | 0 | A | C8 | 5E | 2E |
| Octal | 7 | 234 | 345 | 141 | 40 | 0 | 12 | 310 | 136 | 56 |
| Binary | 111 | 10011100 | 11100101 | 1100001 | 100000 | 0 | 1010 | 11001000 | 1011110 | 101110 |
Color Harmonies of #079CE5
Complementary color
Monochromatic Colors of #079CE5
Black with #079CE5
Text Example
Text Example
White with #079CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079CE5; }
p { color: rgb(7,156,229); }
H1.HeaderClassName
{
color: #079CE5;
}
.AnyTagClassName
{
color: #079CE5;
}
</style>
background-color css
<style>
a { background-color: #079CE5; }
a { background-color: rgb(7,156,229); }
div.DivClassName
{
background-color: #079CE5;
}
.BgClassName
{
background-color: #079CE5;
}
</style>
border-color css
<style>
span { border-color: #079CE5; }
span { border-color: rgb(7,156,229); }
td.TdClassName
{
border-color: #079CE5;
}
.TagClassName
{
border-color: #079CE5;
}
</style>