Shades of Eastern Blue #078C9B
Tints of Eastern Blue #078C9B
RGB
CMYK
RGB Variations
Color information
#078C9B (or 0x078C9B) is known color: Eastern Blue. HEX triplet: 07, 8C and 9B. RGB value is (7,140,155). Sum of RGB (Red+Green+Blue) = 7+140+155=302 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.32% from 302); Green value is 140 (55.08% from 255 or 46.36% from 302); Blue value is 155 (60.94% from 255 or 51.32% from 302); Max value from RGB is 155 - color contains mainly: blue. Hex color #078C9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078C9B is #F87364. Grayscale: #656565. Windows color (decimal): -16282469 or 10193927. OLE color: 10193927.
HSL color Cylindrical-coordinate representation of color #078C9B: hue angle of 186.08º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078C9B is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 7 | 140 | 155 | - |
| CMYK | 0.95 | 0.10 | 0 | 0.39 |
| HSL | 186.08º | 0.91% | 0.32% | - |
| HSV(B) | 186.08º | 0.95% | 0.61% | - |
| XYZ | 15.38 | 21.17 | 34.29 | - |
| YUV | 101.94 | 157.94 | 60.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 140 | 155 | 0.95 | 0.10 | 0 | 0.39 | 186.08 | 0.91 | 0.32 |
| Hex | 7 | 8C | 9B | 5F | A | 0 | 27 | BA | 5B | 20 |
| Octal | 7 | 214 | 233 | 137 | 12 | 0 | 47 | 272 | 133 | 40 |
| Binary | 111 | 10001100 | 10011011 | 1011111 | 1010 | 0 | 100111 | 10111010 | 1011011 | 100000 |
Color Harmonies of #078C9B
Complementary color
Monochromatic Colors of #078C9B
Black with #078C9B
Text Example
Text Example
White with #078C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078C9B; }
p { color: rgb(7,140,155); }
H1.HeaderClassName
{
color: #078C9B;
}
.AnyTagClassName
{
color: #078C9B;
}
</style>
background-color css
<style>
a { background-color: #078C9B; }
a { background-color: rgb(7,140,155); }
div.DivClassName
{
background-color: #078C9B;
}
.BgClassName
{
background-color: #078C9B;
}
</style>
border-color css
<style>
span { border-color: #078C9B; }
span { border-color: rgb(7,140,155); }
td.TdClassName
{
border-color: #078C9B;
}
.TagClassName
{
border-color: #078C9B;
}
</style>