Shades of Eastern Blue #078699
Tints of Eastern Blue #078699
RGB
CMYK
RGB Variations
Color information
#078699 (or 0x078699) is known color: Eastern Blue. HEX triplet: 07, 86 and 99. RGB value is (7,134,153). Sum of RGB (Red+Green+Blue) = 7+134+153=294 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.38% from 294); Green value is 134 (52.73% from 255 or 45.58% from 294); Blue value is 153 (60.16% from 255 or 52.04% from 294); Max value from RGB is 153 - color contains mainly: blue. Hex color #078699 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078699 is #F87966. Grayscale: #616161. Windows color (decimal): -16284007 or 10061319. OLE color: 10061319.
HSL color Cylindrical-coordinate representation of color #078699: hue angle of 187.81º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078699 is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 7 | 134 | 153 | - |
| CMYK | 0.95 | 0.12 | 0 | 0.4 |
| HSL | 187.81º | 0.91% | 0.31% | - |
| HSV(B) | 187.81º | 0.95% | 0.6% | - |
| XYZ | 14.36 | 19.4 | 33.12 | - |
| YUV | 98.19 | 158.92 | 62.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 134 | 153 | 0.95 | 0.12 | 0 | 0.4 | 187.81 | 0.91 | 0.31 |
| Hex | 7 | 86 | 99 | 5F | C | 0 | 28 | BC | 5B | 1F |
| Octal | 7 | 206 | 231 | 137 | 14 | 0 | 50 | 274 | 133 | 37 |
| Binary | 111 | 10000110 | 10011001 | 1011111 | 1100 | 0 | 101000 | 10111100 | 1011011 | 11111 |
Color Harmonies of #078699
Complementary color
Monochromatic Colors of #078699
Black with #078699
Text Example
Text Example
White with #078699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078699; }
p { color: rgb(7,134,153); }
H1.HeaderClassName
{
color: #078699;
}
.AnyTagClassName
{
color: #078699;
}
</style>
background-color css
<style>
a { background-color: #078699; }
a { background-color: rgb(7,134,153); }
div.DivClassName
{
background-color: #078699;
}
.BgClassName
{
background-color: #078699;
}
</style>
border-color css
<style>
span { border-color: #078699; }
span { border-color: rgb(7,134,153); }
td.TdClassName
{
border-color: #078699;
}
.TagClassName
{
border-color: #078699;
}
</style>