Shades of Pacific Blue #078FC9
Tints of Pacific Blue #078FC9
RGB
CMYK
RGB Variations
Color information
#078FC9 (or 0x078FC9) is known color: Pacific Blue. HEX triplet: 07, 8F and C9. RGB value is (7,143,201). Sum of RGB (Red+Green+Blue) = 7+143+201=351 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.99% from 351); Green value is 143 (56.25% from 255 or 40.74% from 351); Blue value is 201 (78.91% from 255 or 57.26% from 351); Max value from RGB is 201 - color contains mainly: blue. Hex color #078FC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078FC9 is #F87036. Grayscale: #6C6C6C. Windows color (decimal): -16281655 or 13209351. OLE color: 13209351.
HSL color Cylindrical-coordinate representation of color #078FC9: hue angle of 197.94º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #078FC9 is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 7 | 143 | 201 | - |
| CMYK | 0.97 | 0.29 | 0 | 0.21 |
| HSL | 197.94º | 0.93% | 0.41% | - |
| HSV(B) | 197.94º | 0.97% | 0.79% | - |
| XYZ | 20.45 | 23.91 | 58.79 | - |
| YUV | 108.95 | 179.94 | 55.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 143 | 201 | 0.97 | 0.29 | 0 | 0.21 | 197.94 | 0.93 | 0.41 |
| Hex | 7 | 8F | C9 | 61 | 1D | 0 | 15 | C6 | 5D | 29 |
| Octal | 7 | 217 | 311 | 141 | 35 | 0 | 25 | 306 | 135 | 51 |
| Binary | 111 | 10001111 | 11001001 | 1100001 | 11101 | 0 | 10101 | 11000110 | 1011101 | 101001 |
Color Harmonies of #078FC9
Complementary color
Monochromatic Colors of #078FC9
Black with #078FC9
Text Example
Text Example
White with #078FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078FC9; }
p { color: rgb(7,143,201); }
H1.HeaderClassName
{
color: #078FC9;
}
.AnyTagClassName
{
color: #078FC9;
}
</style>
background-color css
<style>
a { background-color: #078FC9; }
a { background-color: rgb(7,143,201); }
div.DivClassName
{
background-color: #078FC9;
}
.BgClassName
{
background-color: #078FC9;
}
</style>
border-color css
<style>
span { border-color: #078FC9; }
span { border-color: rgb(7,143,201); }
td.TdClassName
{
border-color: #078FC9;
}
.TagClassName
{
border-color: #078FC9;
}
</style>