Shades of Eastern Blue #078AA6
Tints of Eastern Blue #078AA6
RGB
CMYK
RGB Variations
Color information
#078AA6 (or 0x078AA6) is known color: Eastern Blue. HEX triplet: 07, 8A and A6. RGB value is (7,138,166). Sum of RGB (Red+Green+Blue) = 7+138+166=311 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.25% from 311); Green value is 138 (54.30% from 255 or 44.37% from 311); Blue value is 166 (65.23% from 255 or 53.38% from 311); Max value from RGB is 166 - color contains mainly: blue. Hex color #078AA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078AA6 is #F87559. Grayscale: #656565. Windows color (decimal): -16282970 or 10914311. OLE color: 10914311.
HSL color Cylindrical-coordinate representation of color #078AA6: hue angle of 190.57º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #078AA6 is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 7 | 138 | 166 | - |
| CMYK | 0.96 | 0.17 | 0 | 0.35 |
| HSL | 190.57º | 0.92% | 0.34% | - |
| HSV(B) | 190.57º | 0.96% | 0.65% | - |
| XYZ | 16.06 | 20.98 | 39.28 | - |
| YUV | 102.02 | 164.1 | 60.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 138 | 166 | 0.96 | 0.17 | 0 | 0.35 | 190.57 | 0.92 | 0.34 |
| Hex | 7 | 8A | A6 | 60 | 11 | 0 | 23 | BF | 5C | 22 |
| Octal | 7 | 212 | 246 | 140 | 21 | 0 | 43 | 277 | 134 | 42 |
| Binary | 111 | 10001010 | 10100110 | 1100000 | 10001 | 0 | 100011 | 10111111 | 1011100 | 100010 |
Color Harmonies of #078AA6
Complementary color
Monochromatic Colors of #078AA6
Black with #078AA6
Text Example
Text Example
White with #078AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078AA6; }
p { color: rgb(7,138,166); }
H1.HeaderClassName
{
color: #078AA6;
}
.AnyTagClassName
{
color: #078AA6;
}
</style>
background-color css
<style>
a { background-color: #078AA6; }
a { background-color: rgb(7,138,166); }
div.DivClassName
{
background-color: #078AA6;
}
.BgClassName
{
background-color: #078AA6;
}
</style>
border-color css
<style>
span { border-color: #078AA6; }
span { border-color: rgb(7,138,166); }
td.TdClassName
{
border-color: #078AA6;
}
.TagClassName
{
border-color: #078AA6;
}
</style>