Shades of Eastern Blue #0788AB
Tints of Eastern Blue #0788AB
RGB
CMYK
RGB Variations
Color information
#0788AB (or 0x0788AB) is known color: Eastern Blue. HEX triplet: 07, 88 and AB. RGB value is (7,136,171). Sum of RGB (Red+Green+Blue) = 7+136+171=314 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.23% from 314); Green value is 136 (53.52% from 255 or 43.31% from 314); Blue value is 171 (67.19% from 255 or 54.46% from 314); Max value from RGB is 171 - color contains mainly: blue. Hex color #0788AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0788AB is #F87754. Grayscale: #656565. Windows color (decimal): -16283477 or 11241479. OLE color: 11241479.
HSL color Cylindrical-coordinate representation of color #0788AB: hue angle of 192.8º 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 #0788AB is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 136 | 171 | - |
| CMYK | 0.96 | 0.20 | 0 | 0.33 |
| HSL | 192.8º | 0.92% | 0.35% | - |
| HSV(B) | 192.8º | 0.96% | 0.67% | - |
| XYZ | 16.24 | 20.59 | 41.65 | - |
| YUV | 101.42 | 167.26 | 60.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 136 | 171 | 0.96 | 0.20 | 0 | 0.33 | 192.8 | 0.92 | 0.35 |
| Hex | 7 | 88 | AB | 60 | 14 | 0 | 21 | C1 | 5C | 23 |
| Octal | 7 | 210 | 253 | 140 | 24 | 0 | 41 | 301 | 134 | 43 |
| Binary | 111 | 10001000 | 10101011 | 1100000 | 10100 | 0 | 100001 | 11000001 | 1011100 | 100011 |
Color Harmonies of #0788AB
Complementary color
Monochromatic Colors of #0788AB
Black with #0788AB
Text Example
Text Example
White with #0788AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0788AB; }
p { color: rgb(7,136,171); }
H1.HeaderClassName
{
color: #0788AB;
}
.AnyTagClassName
{
color: #0788AB;
}
</style>
background-color css
<style>
a { background-color: #0788AB; }
a { background-color: rgb(7,136,171); }
div.DivClassName
{
background-color: #0788AB;
}
.BgClassName
{
background-color: #0788AB;
}
</style>
border-color css
<style>
span { border-color: #0788AB; }
span { border-color: rgb(7,136,171); }
td.TdClassName
{
border-color: #0788AB;
}
.TagClassName
{
border-color: #0788AB;
}
</style>