Shades of Eastern Blue #078FA6
Tints of Eastern Blue #078FA6
RGB
CMYK
RGB Variations
Color information
#078FA6 (or 0x078FA6) is known color: Eastern Blue. HEX triplet: 07, 8F and A6. RGB value is (7,143,166). Sum of RGB (Red+Green+Blue) = 7+143+166=316 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 316); Green value is 143 (56.25% from 255 or 45.25% from 316); Blue value is 166 (65.23% from 255 or 52.53% from 316); Max value from RGB is 166 - color contains mainly: blue. Hex color #078FA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078FA6 is #F87059. Grayscale: #686868. Windows color (decimal): -16281690 or 10915591. OLE color: 10915591.
HSL color Cylindrical-coordinate representation of color #078FA6: hue angle of 188.68º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #078FA6 is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 7 | 143 | 166 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.35 |
| HSL | 188.68º | 0.92% | 0.34% | - |
| HSV(B) | 188.68º | 0.96% | 0.65% | - |
| XYZ | 16.79 | 22.44 | 39.52 | - |
| YUV | 104.96 | 162.44 | 58.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 143 | 166 | 0.96 | 0.14 | 0 | 0.35 | 188.68 | 0.92 | 0.34 |
| Hex | 7 | 8F | A6 | 60 | E | 0 | 23 | BD | 5C | 22 |
| Octal | 7 | 217 | 246 | 140 | 16 | 0 | 43 | 275 | 134 | 42 |
| Binary | 111 | 10001111 | 10100110 | 1100000 | 1110 | 0 | 100011 | 10111101 | 1011100 | 100010 |
Color Harmonies of #078FA6
Complementary color
Monochromatic Colors of #078FA6
Black with #078FA6
Text Example
Text Example
White with #078FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078FA6; }
p { color: rgb(7,143,166); }
H1.HeaderClassName
{
color: #078FA6;
}
.AnyTagClassName
{
color: #078FA6;
}
</style>
background-color css
<style>
a { background-color: #078FA6; }
a { background-color: rgb(7,143,166); }
div.DivClassName
{
background-color: #078FA6;
}
.BgClassName
{
background-color: #078FA6;
}
</style>
border-color css
<style>
span { border-color: #078FA6; }
span { border-color: rgb(7,143,166); }
td.TdClassName
{
border-color: #078FA6;
}
.TagClassName
{
border-color: #078FA6;
}
</style>