Shades of Eastern Blue #078AAA
Tints of Eastern Blue #078AAA
RGB
CMYK
RGB Variations
Color information
#078AAA (or 0x078AAA) is known color: Eastern Blue. HEX triplet: 07, 8A and AA. RGB value is (7,138,170). Sum of RGB (Red+Green+Blue) = 7+138+170=315 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 315); Green value is 138 (54.30% from 255 or 43.81% from 315); Blue value is 170 (66.80% from 255 or 53.97% from 315); Max value from RGB is 170 - color contains mainly: blue. Hex color #078AAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078AAA is #F87555. Grayscale: #666666. Windows color (decimal): -16282966 or 11176455. OLE color: 11176455.
HSL color Cylindrical-coordinate representation of color #078AAA: hue angle of 191.78º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #078AAA is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 138 | 170 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.33 |
| HSL | 191.78º | 0.92% | 0.35% | - |
| HSV(B) | 191.78º | 0.96% | 0.67% | - |
| XYZ | 16.43 | 21.12 | 41.24 | - |
| YUV | 102.48 | 166.1 | 59.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 138 | 170 | 0.96 | 0.19 | 0 | 0.33 | 191.78 | 0.92 | 0.35 |
| Hex | 7 | 8A | AA | 60 | 13 | 0 | 21 | C0 | 5C | 23 |
| Octal | 7 | 212 | 252 | 140 | 23 | 0 | 41 | 300 | 134 | 43 |
| Binary | 111 | 10001010 | 10101010 | 1100000 | 10011 | 0 | 100001 | 11000000 | 1011100 | 100011 |
Color Harmonies of #078AAA
Complementary color
Monochromatic Colors of #078AAA
Black with #078AAA
Text Example
Text Example
White with #078AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078AAA; }
p { color: rgb(7,138,170); }
H1.HeaderClassName
{
color: #078AAA;
}
.AnyTagClassName
{
color: #078AAA;
}
</style>
background-color css
<style>
a { background-color: #078AAA; }
a { background-color: rgb(7,138,170); }
div.DivClassName
{
background-color: #078AAA;
}
.BgClassName
{
background-color: #078AAA;
}
</style>
border-color css
<style>
span { border-color: #078AAA; }
span { border-color: rgb(7,138,170); }
td.TdClassName
{
border-color: #078AAA;
}
.TagClassName
{
border-color: #078AAA;
}
</style>