Shades of Pacific Blue #078ECF
Tints of Pacific Blue #078ECF
RGB
CMYK
RGB Variations
Color information
#078ECF (or 0x078ECF) is known color: Pacific Blue. HEX triplet: 07, 8E and CF. RGB value is (7,142,207). Sum of RGB (Red+Green+Blue) = 7+142+207=356 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.97% from 356); Green value is 142 (55.86% from 255 or 39.89% from 356); Blue value is 207 (81.25% from 255 or 58.15% from 356); Max value from RGB is 207 - color contains mainly: blue. Hex color #078ECF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078ECF is #F87130. Grayscale: #6C6C6C. Windows color (decimal): -16281905 or 13602311. OLE color: 13602311.
HSL color Cylindrical-coordinate representation of color #078ECF: hue angle of 199.5º 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 #078ECF is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 142 | 207 | - |
| CMYK | 0.97 | 0.31 | 0 | 0.19 |
| HSL | 199.5º | 0.93% | 0.42% | - |
| HSV(B) | 199.5º | 0.97% | 0.81% | - |
| XYZ | 21.02 | 23.9 | 62.54 | - |
| YUV | 109.05 | 183.27 | 55.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 142 | 207 | 0.97 | 0.31 | 0 | 0.19 | 199.5 | 0.93 | 0.42 |
| Hex | 7 | 8E | CF | 61 | 1F | 0 | 13 | C8 | 5D | 2A |
| Octal | 7 | 216 | 317 | 141 | 37 | 0 | 23 | 310 | 135 | 52 |
| Binary | 111 | 10001110 | 11001111 | 1100001 | 11111 | 0 | 10011 | 11001000 | 1011101 | 101010 |
Color Harmonies of #078ECF
Complementary color
Monochromatic Colors of #078ECF
Black with #078ECF
Text Example
Text Example
White with #078ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078ECF; }
p { color: rgb(7,142,207); }
H1.HeaderClassName
{
color: #078ECF;
}
.AnyTagClassName
{
color: #078ECF;
}
</style>
background-color css
<style>
a { background-color: #078ECF; }
a { background-color: rgb(7,142,207); }
div.DivClassName
{
background-color: #078ECF;
}
.BgClassName
{
background-color: #078ECF;
}
</style>
border-color css
<style>
span { border-color: #078ECF; }
span { border-color: rgb(7,142,207); }
td.TdClassName
{
border-color: #078ECF;
}
.TagClassName
{
border-color: #078ECF;
}
</style>