Shades of Eastern Blue #078C9F
Tints of Eastern Blue #078C9F
RGB
CMYK
RGB Variations
Color information
#078C9F (or 0x078C9F) is known color: Eastern Blue. HEX triplet: 07, 8C and 9F. RGB value is (7,140,159). Sum of RGB (Red+Green+Blue) = 7+140+159=306 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.29% from 306); Green value is 140 (55.08% from 255 or 45.75% from 306); Blue value is 159 (62.5% from 255 or 51.96% from 306); Max value from RGB is 159 - color contains mainly: blue. Hex color #078C9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078C9F is #F87360. Grayscale: #666666. Windows color (decimal): -16282465 or 10456071. OLE color: 10456071.
HSL color Cylindrical-coordinate representation of color #078C9F: hue angle of 187.5º 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 #078C9F is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 140 | 159 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.38 |
| HSL | 187.5º | 0.92% | 0.33% | - |
| HSV(B) | 187.5º | 0.96% | 0.62% | - |
| XYZ | 15.72 | 21.3 | 36.08 | - |
| YUV | 102.4 | 159.94 | 59.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 140 | 159 | 0.96 | 0.12 | 0 | 0.38 | 187.5 | 0.92 | 0.33 |
| Hex | 7 | 8C | 9F | 60 | C | 0 | 26 | BC | 5C | 21 |
| Octal | 7 | 214 | 237 | 140 | 14 | 0 | 46 | 274 | 134 | 41 |
| Binary | 111 | 10001100 | 10011111 | 1100000 | 1100 | 0 | 100110 | 10111100 | 1011100 | 100001 |
Color Harmonies of #078C9F
Complementary color
Monochromatic Colors of #078C9F
Black with #078C9F
Text Example
Text Example
White with #078C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078C9F; }
p { color: rgb(7,140,159); }
H1.HeaderClassName
{
color: #078C9F;
}
.AnyTagClassName
{
color: #078C9F;
}
</style>
background-color css
<style>
a { background-color: #078C9F; }
a { background-color: rgb(7,140,159); }
div.DivClassName
{
background-color: #078C9F;
}
.BgClassName
{
background-color: #078C9F;
}
</style>
border-color css
<style>
span { border-color: #078C9F; }
span { border-color: rgb(7,140,159); }
td.TdClassName
{
border-color: #078C9F;
}
.TagClassName
{
border-color: #078C9F;
}
</style>