Shades of Pacific Blue #078ECD
Tints of Pacific Blue #078ECD
RGB
CMYK
RGB Variations
Color information
#078ECD (or 0x078ECD) is known color: Pacific Blue. HEX triplet: 07, 8E and CD. RGB value is (7,142,205). Sum of RGB (Red+Green+Blue) = 7+142+205=354 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.98% from 354); Green value is 142 (55.86% from 255 or 40.11% from 354); Blue value is 205 (80.47% from 255 or 57.91% from 354); Max value from RGB is 205 - color contains mainly: blue. Hex color #078ECD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078ECD is #F87132. Grayscale: #6C6C6C. Windows color (decimal): -16281907 or 13471239. OLE color: 13471239.
HSL color Cylindrical-coordinate representation of color #078ECD: hue angle of 199.09º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #078ECD is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 142 | 205 | - |
| CMYK | 0.97 | 0.31 | 0 | 0.20 |
| HSL | 199.09º | 0.93% | 0.42% | - |
| HSV(B) | 199.09º | 0.97% | 0.8% | - |
| XYZ | 20.78 | 23.8 | 61.26 | - |
| YUV | 108.82 | 182.27 | 55.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 142 | 205 | 0.97 | 0.31 | 0 | 0.20 | 199.09 | 0.93 | 0.42 |
| Hex | 7 | 8E | CD | 61 | 1F | 0 | 14 | C7 | 5D | 2A |
| Octal | 7 | 216 | 315 | 141 | 37 | 0 | 24 | 307 | 135 | 52 |
| Binary | 111 | 10001110 | 11001101 | 1100001 | 11111 | 0 | 10100 | 11000111 | 1011101 | 101010 |
Color Harmonies of #078ECD
Complementary color
Monochromatic Colors of #078ECD
Black with #078ECD
Text Example
Text Example
White with #078ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078ECD; }
p { color: rgb(7,142,205); }
H1.HeaderClassName
{
color: #078ECD;
}
.AnyTagClassName
{
color: #078ECD;
}
</style>
background-color css
<style>
a { background-color: #078ECD; }
a { background-color: rgb(7,142,205); }
div.DivClassName
{
background-color: #078ECD;
}
.BgClassName
{
background-color: #078ECD;
}
</style>
border-color css
<style>
span { border-color: #078ECD; }
span { border-color: rgb(7,142,205); }
td.TdClassName
{
border-color: #078ECD;
}
.TagClassName
{
border-color: #078ECD;
}
</style>