Shades of Pacific Blue #078DCF
Tints of Pacific Blue #078DCF
RGB
CMYK
RGB Variations
Color information
#078DCF (or 0x078DCF) is known color: Pacific Blue. HEX triplet: 07, 8D and CF. RGB value is (7,141,207). Sum of RGB (Red+Green+Blue) = 7+141+207=355 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.97% from 355); Green value is 141 (55.47% from 255 or 39.72% from 355); Blue value is 207 (81.25% from 255 or 58.31% from 355); Max value from RGB is 207 - color contains mainly: blue. Hex color #078DCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078DCF is #F87230. Grayscale: #6C6C6C. Windows color (decimal): -16282161 or 13602055. OLE color: 13602055.
HSL color Cylindrical-coordinate representation of color #078DCF: hue angle of 199.8º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #078DCF is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 141 | 207 | - |
| CMYK | 0.97 | 0.32 | 0 | 0.19 |
| HSL | 199.8º | 0.93% | 0.42% | - |
| HSV(B) | 199.8º | 0.97% | 0.81% | - |
| XYZ | 20.87 | 23.6 | 62.49 | - |
| YUV | 108.46 | 183.61 | 55.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 141 | 207 | 0.97 | 0.32 | 0 | 0.19 | 199.8 | 0.93 | 0.42 |
| Hex | 7 | 8D | CF | 61 | 20 | 0 | 13 | C8 | 5D | 2A |
| Octal | 7 | 215 | 317 | 141 | 40 | 0 | 23 | 310 | 135 | 52 |
| Binary | 111 | 10001101 | 11001111 | 1100001 | 100000 | 0 | 10011 | 11001000 | 1011101 | 101010 |
Color Harmonies of #078DCF
Complementary color
Monochromatic Colors of #078DCF
Black with #078DCF
Text Example
Text Example
White with #078DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078DCF; }
p { color: rgb(7,141,207); }
H1.HeaderClassName
{
color: #078DCF;
}
.AnyTagClassName
{
color: #078DCF;
}
</style>
background-color css
<style>
a { background-color: #078DCF; }
a { background-color: rgb(7,141,207); }
div.DivClassName
{
background-color: #078DCF;
}
.BgClassName
{
background-color: #078DCF;
}
</style>
border-color css
<style>
span { border-color: #078DCF; }
span { border-color: rgb(7,141,207); }
td.TdClassName
{
border-color: #078DCF;
}
.TagClassName
{
border-color: #078DCF;
}
</style>