Shades of Eastern Blue #078CAA
Tints of Eastern Blue #078CAA
RGB
CMYK
RGB Variations
Color information
#078CAA (or 0x078CAA) is known color: Eastern Blue. HEX triplet: 07, 8C and AA. RGB value is (7,140,170). Sum of RGB (Red+Green+Blue) = 7+140+170=317 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.21% from 317); Green value is 140 (55.08% from 255 or 44.16% from 317); Blue value is 170 (66.80% from 255 or 53.63% from 317); Max value from RGB is 170 - color contains mainly: blue. Hex color #078CAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078CAA is #F87355. Grayscale: #676767. Windows color (decimal): -16282454 or 11176967. OLE color: 11176967.
HSL color Cylindrical-coordinate representation of color #078CAA: hue angle of 191.04º 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 #078CAA is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 140 | 170 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.33 |
| HSL | 191.04º | 0.92% | 0.35% | - |
| HSV(B) | 191.04º | 0.96% | 0.67% | - |
| XYZ | 16.72 | 21.7 | 41.34 | - |
| YUV | 103.65 | 165.44 | 59.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 140 | 170 | 0.96 | 0.18 | 0 | 0.33 | 191.04 | 0.92 | 0.35 |
| Hex | 7 | 8C | AA | 60 | 12 | 0 | 21 | BF | 5C | 23 |
| Octal | 7 | 214 | 252 | 140 | 22 | 0 | 41 | 277 | 134 | 43 |
| Binary | 111 | 10001100 | 10101010 | 1100000 | 10010 | 0 | 100001 | 10111111 | 1011100 | 100011 |
Color Harmonies of #078CAA
Complementary color
Monochromatic Colors of #078CAA
Black with #078CAA
Text Example
Text Example
White with #078CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078CAA; }
p { color: rgb(7,140,170); }
H1.HeaderClassName
{
color: #078CAA;
}
.AnyTagClassName
{
color: #078CAA;
}
</style>
background-color css
<style>
a { background-color: #078CAA; }
a { background-color: rgb(7,140,170); }
div.DivClassName
{
background-color: #078CAA;
}
.BgClassName
{
background-color: #078CAA;
}
</style>
border-color css
<style>
span { border-color: #078CAA; }
span { border-color: rgb(7,140,170); }
td.TdClassName
{
border-color: #078CAA;
}
.TagClassName
{
border-color: #078CAA;
}
</style>