Shades of Pacific Blue #079CDD
Tints of Pacific Blue #079CDD
RGB
CMYK
RGB Variations
Color information
#079CDD (or 0x079CDD) is known color: Pacific Blue. HEX triplet: 07, 9C and DD. RGB value is (7,156,221). Sum of RGB (Red+Green+Blue) = 7+156+221=384 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.82% from 384); Green value is 156 (61.33% from 255 or 40.62% from 384); Blue value is 221 (86.72% from 255 or 57.55% from 384); Max value from RGB is 221 - color contains mainly: blue. Hex color #079CDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079CDD is #F86322. Grayscale: #767676. Windows color (decimal): -16278307 or 14523399. OLE color: 14523399.
HSL color Cylindrical-coordinate representation of color #079CDD: hue angle of 198.22º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #079CDD is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 156 | 221 | - |
| CMYK | 0.97 | 0.29 | 0 | 0.13 |
| HSL | 198.22º | 0.94% | 0.45% | - |
| HSV(B) | 198.22º | 0.97% | 0.87% | - |
| XYZ | 25.03 | 29.04 | 72.69 | - |
| YUV | 118.86 | 185.64 | 48.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 156 | 221 | 0.97 | 0.29 | 0 | 0.13 | 198.22 | 0.94 | 0.45 |
| Hex | 7 | 9C | DD | 61 | 1D | 0 | D | C6 | 5E | 2D |
| Octal | 7 | 234 | 335 | 141 | 35 | 0 | 15 | 306 | 136 | 55 |
| Binary | 111 | 10011100 | 11011101 | 1100001 | 11101 | 0 | 1101 | 11000110 | 1011110 | 101101 |
Color Harmonies of #079CDD
Complementary color
Monochromatic Colors of #079CDD
Black with #079CDD
Text Example
Text Example
White with #079CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079CDD; }
p { color: rgb(7,156,221); }
H1.HeaderClassName
{
color: #079CDD;
}
.AnyTagClassName
{
color: #079CDD;
}
</style>
background-color css
<style>
a { background-color: #079CDD; }
a { background-color: rgb(7,156,221); }
div.DivClassName
{
background-color: #079CDD;
}
.BgClassName
{
background-color: #079CDD;
}
</style>
border-color css
<style>
span { border-color: #079CDD; }
span { border-color: rgb(7,156,221); }
td.TdClassName
{
border-color: #079CDD;
}
.TagClassName
{
border-color: #079CDD;
}
</style>