Shades of Pacific Blue #078DD5
Tints of Pacific Blue #078DD5
RGB
CMYK
RGB Variations
Color information
#078DD5 (or 0x078DD5) is known color: Pacific Blue. HEX triplet: 07, 8D and D5. RGB value is (7,141,213). Sum of RGB (Red+Green+Blue) = 7+141+213=361 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.94% from 361); Green value is 141 (55.47% from 255 or 39.06% from 361); Blue value is 213 (83.59% from 255 or 59.00% from 361); Max value from RGB is 213 - color contains mainly: blue. Hex color #078DD5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078DD5 is #F8722A. Grayscale: #6C6C6C. Windows color (decimal): -16282155 or 13995271. OLE color: 13995271.
HSL color Cylindrical-coordinate representation of color #078DD5: hue angle of 200.97º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #078DD5 is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 7 | 141 | 213 | - |
| CMYK | 0.97 | 0.34 | 0 | 0.16 |
| HSL | 200.97º | 0.94% | 0.43% | - |
| HSV(B) | 200.97º | 0.97% | 0.84% | - |
| XYZ | 21.62 | 23.9 | 66.42 | - |
| YUV | 109.14 | 186.61 | 55.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 141 | 213 | 0.97 | 0.34 | 0 | 0.16 | 200.97 | 0.94 | 0.43 |
| Hex | 7 | 8D | D5 | 61 | 22 | 0 | 10 | C9 | 5E | 2B |
| Octal | 7 | 215 | 325 | 141 | 42 | 0 | 20 | 311 | 136 | 53 |
| Binary | 111 | 10001101 | 11010101 | 1100001 | 100010 | 0 | 10000 | 11001001 | 1011110 | 101011 |
Color Harmonies of #078DD5
Complementary color
Monochromatic Colors of #078DD5
Black with #078DD5
Text Example
Text Example
White with #078DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078DD5; }
p { color: rgb(7,141,213); }
H1.HeaderClassName
{
color: #078DD5;
}
.AnyTagClassName
{
color: #078DD5;
}
</style>
background-color css
<style>
a { background-color: #078DD5; }
a { background-color: rgb(7,141,213); }
div.DivClassName
{
background-color: #078DD5;
}
.BgClassName
{
background-color: #078DD5;
}
</style>
border-color css
<style>
span { border-color: #078DD5; }
span { border-color: rgb(7,141,213); }
td.TdClassName
{
border-color: #078DD5;
}
.TagClassName
{
border-color: #078DD5;
}
</style>