Shades of Eastern Blue #078F9F
Tints of Eastern Blue #078F9F
RGB
CMYK
RGB Variations
Color information
#078F9F (or 0x078F9F) is known color: Eastern Blue. HEX triplet: 07, 8F and 9F. RGB value is (7,143,159). Sum of RGB (Red+Green+Blue) = 7+143+159=309 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.27% from 309); Green value is 143 (56.25% from 255 or 46.28% from 309); Blue value is 159 (62.5% from 255 or 51.46% from 309); Max value from RGB is 159 - color contains mainly: blue. Hex color #078F9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078F9F is #F87060. Grayscale: #676767. Windows color (decimal): -16281697 or 10456839. OLE color: 10456839.
HSL color Cylindrical-coordinate representation of color #078F9F: hue angle of 186.32º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #078F9F is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 143 | 159 | - |
| CMYK | 0.96 | 0.10 | 0 | 0.38 |
| HSL | 186.32º | 0.92% | 0.33% | - |
| HSV(B) | 186.32º | 0.96% | 0.62% | - |
| XYZ | 16.17 | 22.19 | 36.23 | - |
| YUV | 104.16 | 158.94 | 58.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 143 | 159 | 0.96 | 0.10 | 0 | 0.38 | 186.32 | 0.92 | 0.33 |
| Hex | 7 | 8F | 9F | 60 | A | 0 | 26 | BA | 5C | 21 |
| Octal | 7 | 217 | 237 | 140 | 12 | 0 | 46 | 272 | 134 | 41 |
| Binary | 111 | 10001111 | 10011111 | 1100000 | 1010 | 0 | 100110 | 10111010 | 1011100 | 100001 |
Color Harmonies of #078F9F
Complementary color
Monochromatic Colors of #078F9F
Black with #078F9F
Text Example
Text Example
White with #078F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078F9F; }
p { color: rgb(7,143,159); }
H1.HeaderClassName
{
color: #078F9F;
}
.AnyTagClassName
{
color: #078F9F;
}
</style>
background-color css
<style>
a { background-color: #078F9F; }
a { background-color: rgb(7,143,159); }
div.DivClassName
{
background-color: #078F9F;
}
.BgClassName
{
background-color: #078F9F;
}
</style>
border-color css
<style>
span { border-color: #078F9F; }
span { border-color: rgb(7,143,159); }
td.TdClassName
{
border-color: #078F9F;
}
.TagClassName
{
border-color: #078F9F;
}
</style>