Shades of Eastern Blue #078DA0
Tints of Eastern Blue #078DA0
RGB
CMYK
RGB Variations
Color information
#078DA0 (or 0x078DA0) is known color: Eastern Blue. HEX triplet: 07, 8D and A0. RGB value is (7,141,160). Sum of RGB (Red+Green+Blue) = 7+141+160=308 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.27% from 308); Green value is 141 (55.47% from 255 or 45.78% from 308); Blue value is 160 (62.89% from 255 or 51.95% from 308); Max value from RGB is 160 - color contains mainly: blue. Hex color #078DA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078DA0 is #F8725F. Grayscale: #666666. Windows color (decimal): -16282208 or 10521863. OLE color: 10521863.
HSL color Cylindrical-coordinate representation of color #078DA0: hue angle of 187.45º 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 #078DA0 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 7 | 141 | 160 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.37 |
| HSL | 187.45º | 0.92% | 0.33% | - |
| HSV(B) | 187.45º | 0.96% | 0.63% | - |
| XYZ | 15.96 | 21.63 | 36.59 | - |
| YUV | 103.1 | 160.11 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 141 | 160 | 0.96 | 0.12 | 0 | 0.37 | 187.45 | 0.92 | 0.33 |
| Hex | 7 | 8D | A0 | 60 | C | 0 | 25 | BB | 5C | 21 |
| Octal | 7 | 215 | 240 | 140 | 14 | 0 | 45 | 273 | 134 | 41 |
| Binary | 111 | 10001101 | 10100000 | 1100000 | 1100 | 0 | 100101 | 10111011 | 1011100 | 100001 |
Color Harmonies of #078DA0
Complementary color
Monochromatic Colors of #078DA0
Black with #078DA0
Text Example
Text Example
White with #078DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078DA0; }
p { color: rgb(7,141,160); }
H1.HeaderClassName
{
color: #078DA0;
}
.AnyTagClassName
{
color: #078DA0;
}
</style>
background-color css
<style>
a { background-color: #078DA0; }
a { background-color: rgb(7,141,160); }
div.DivClassName
{
background-color: #078DA0;
}
.BgClassName
{
background-color: #078DA0;
}
</style>
border-color css
<style>
span { border-color: #078DA0; }
span { border-color: rgb(7,141,160); }
td.TdClassName
{
border-color: #078DA0;
}
.TagClassName
{
border-color: #078DA0;
}
</style>