Shades of Eastern Blue #078FA0
Tints of Eastern Blue #078FA0
RGB
CMYK
RGB Variations
Color information
#078FA0 (or 0x078FA0) is known color: Eastern Blue. HEX triplet: 07, 8F and A0. RGB value is (7,143,160). Sum of RGB (Red+Green+Blue) = 7+143+160=310 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.26% from 310); Green value is 143 (56.25% from 255 or 46.13% from 310); Blue value is 160 (62.89% from 255 or 51.61% from 310); Max value from RGB is 160 - color contains mainly: blue. Hex color #078FA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078FA0 is #F8705F. Grayscale: #686868. Windows color (decimal): -16281696 or 10522375. OLE color: 10522375.
HSL color Cylindrical-coordinate representation of color #078FA0: hue angle of 186.67º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #078FA0 is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 7 | 143 | 160 | - |
| CMYK | 0.96 | 0.11 | 0 | 0.37 |
| HSL | 186.67º | 0.92% | 0.33% | - |
| HSV(B) | 186.67º | 0.96% | 0.63% | - |
| XYZ | 16.26 | 22.23 | 36.69 | - |
| YUV | 104.27 | 159.44 | 58.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 143 | 160 | 0.96 | 0.11 | 0 | 0.37 | 186.67 | 0.92 | 0.33 |
| Hex | 7 | 8F | A0 | 60 | B | 0 | 25 | BB | 5C | 21 |
| Octal | 7 | 217 | 240 | 140 | 13 | 0 | 45 | 273 | 134 | 41 |
| Binary | 111 | 10001111 | 10100000 | 1100000 | 1011 | 0 | 100101 | 10111011 | 1011100 | 100001 |
Color Harmonies of #078FA0
Complementary color
Monochromatic Colors of #078FA0
Black with #078FA0
Text Example
Text Example
White with #078FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078FA0; }
p { color: rgb(7,143,160); }
H1.HeaderClassName
{
color: #078FA0;
}
.AnyTagClassName
{
color: #078FA0;
}
</style>
background-color css
<style>
a { background-color: #078FA0; }
a { background-color: rgb(7,143,160); }
div.DivClassName
{
background-color: #078FA0;
}
.BgClassName
{
background-color: #078FA0;
}
</style>
border-color css
<style>
span { border-color: #078FA0; }
span { border-color: rgb(7,143,160); }
td.TdClassName
{
border-color: #078FA0;
}
.TagClassName
{
border-color: #078FA0;
}
</style>