Shades of Pacific Blue #078FD0
Tints of Pacific Blue #078FD0
RGB
CMYK
RGB Variations
Color information
#078FD0 (or 0x078FD0) is known color: Pacific Blue. HEX triplet: 07, 8F and D0. RGB value is (7,143,208). Sum of RGB (Red+Green+Blue) = 7+143+208=358 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.96% from 358); Green value is 143 (56.25% from 255 or 39.94% from 358); Blue value is 208 (81.64% from 255 or 58.10% from 358); Max value from RGB is 208 - color contains mainly: blue. Hex color #078FD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078FD0 is #F8702F. Grayscale: #6D6D6D. Windows color (decimal): -16281648 or 13668103. OLE color: 13668103.
HSL color Cylindrical-coordinate representation of color #078FD0: hue angle of 199.4º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #078FD0 is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 7 | 143 | 208 | - |
| CMYK | 0.97 | 0.31 | 0 | 0.18 |
| HSL | 199.4º | 0.93% | 0.42% | - |
| HSV(B) | 199.4º | 0.97% | 0.82% | - |
| XYZ | 21.3 | 24.24 | 63.23 | - |
| YUV | 109.75 | 183.44 | 54.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 143 | 208 | 0.97 | 0.31 | 0 | 0.18 | 199.4 | 0.93 | 0.42 |
| Hex | 7 | 8F | D0 | 61 | 1F | 0 | 12 | C7 | 5D | 2A |
| Octal | 7 | 217 | 320 | 141 | 37 | 0 | 22 | 307 | 135 | 52 |
| Binary | 111 | 10001111 | 11010000 | 1100001 | 11111 | 0 | 10010 | 11000111 | 1011101 | 101010 |
Color Harmonies of #078FD0
Complementary color
Monochromatic Colors of #078FD0
Black with #078FD0
Text Example
Text Example
White with #078FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078FD0; }
p { color: rgb(7,143,208); }
H1.HeaderClassName
{
color: #078FD0;
}
.AnyTagClassName
{
color: #078FD0;
}
</style>
background-color css
<style>
a { background-color: #078FD0; }
a { background-color: rgb(7,143,208); }
div.DivClassName
{
background-color: #078FD0;
}
.BgClassName
{
background-color: #078FD0;
}
</style>
border-color css
<style>
span { border-color: #078FD0; }
span { border-color: rgb(7,143,208); }
td.TdClassName
{
border-color: #078FD0;
}
.TagClassName
{
border-color: #078FD0;
}
</style>