Shades of Pacific Blue #078ED0
Tints of Pacific Blue #078ED0
RGB
CMYK
RGB Variations
Color information
#078ED0 (or 0x078ED0) is known color: Pacific Blue. HEX triplet: 07, 8E and D0. RGB value is (7,142,208). Sum of RGB (Red+Green+Blue) = 7+142+208=357 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.96% from 357); Green value is 142 (55.86% from 255 or 39.78% from 357); Blue value is 208 (81.64% from 255 or 58.26% from 357); Max value from RGB is 208 - color contains mainly: blue. Hex color #078ED0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078ED0 is #F8712F. Grayscale: #6C6C6C. Windows color (decimal): -16281904 or 13667847. OLE color: 13667847.
HSL color Cylindrical-coordinate representation of color #078ED0: hue angle of 199.7º 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 #078ED0 is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 7 | 142 | 208 | - |
| CMYK | 0.97 | 0.32 | 0 | 0.18 |
| HSL | 199.7º | 0.93% | 0.42% | - |
| HSV(B) | 199.7º | 0.97% | 0.82% | - |
| XYZ | 21.15 | 23.95 | 63.18 | - |
| YUV | 109.16 | 183.77 | 55.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 142 | 208 | 0.97 | 0.32 | 0 | 0.18 | 199.7 | 0.93 | 0.42 |
| Hex | 7 | 8E | D0 | 61 | 20 | 0 | 12 | C8 | 5D | 2A |
| Octal | 7 | 216 | 320 | 141 | 40 | 0 | 22 | 310 | 135 | 52 |
| Binary | 111 | 10001110 | 11010000 | 1100001 | 100000 | 0 | 10010 | 11001000 | 1011101 | 101010 |
Color Harmonies of #078ED0
Complementary color
Monochromatic Colors of #078ED0
Black with #078ED0
Text Example
Text Example
White with #078ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078ED0; }
p { color: rgb(7,142,208); }
H1.HeaderClassName
{
color: #078ED0;
}
.AnyTagClassName
{
color: #078ED0;
}
</style>
background-color css
<style>
a { background-color: #078ED0; }
a { background-color: rgb(7,142,208); }
div.DivClassName
{
background-color: #078ED0;
}
.BgClassName
{
background-color: #078ED0;
}
</style>
border-color css
<style>
span { border-color: #078ED0; }
span { border-color: rgb(7,142,208); }
td.TdClassName
{
border-color: #078ED0;
}
.TagClassName
{
border-color: #078ED0;
}
</style>