Shades of Eastern Blue #108BA0
Tints of Eastern Blue #108BA0
RGB
CMYK
RGB Variations
Color information
#108BA0 (or 0x108BA0) is known color: Eastern Blue. HEX triplet: 10, 8B and A0. RGB value is (16,139,160). Sum of RGB (Red+Green+Blue) = 16+139+160=315 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.08% from 315); Green value is 139 (54.69% from 255 or 44.13% from 315); Blue value is 160 (62.89% from 255 or 50.79% from 315); Max value from RGB is 160 - color contains mainly: blue. Hex color #108BA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108BA0 is #EF745F. Grayscale: #686868. Windows color (decimal): -15692896 or 10521360. OLE color: 10521360.
HSL color Cylindrical-coordinate representation of color #108BA0: hue angle of 188.75º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #108BA0 is Cyan = 0.9, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 16 | 139 | 160 | - |
| CMYK | 0.9 | 0.13 | 0 | 0.37 |
| HSL | 188.75º | 0.82% | 0.35% | - |
| HSV(B) | 188.75º | 0.9% | 0.63% | - |
| XYZ | 15.79 | 21.11 | 36.5 | - |
| YUV | 104.62 | 159.25 | 64.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 139 | 160 | 0.9 | 0.13 | 0 | 0.37 | 188.75 | 0.82 | 0.35 |
| Hex | 10 | 8B | A0 | 5A | D | 0 | 25 | BD | 52 | 23 |
| Octal | 20 | 213 | 240 | 132 | 15 | 0 | 45 | 275 | 122 | 43 |
| Binary | 10000 | 10001011 | 10100000 | 1011010 | 1101 | 0 | 100101 | 10111101 | 1010010 | 100011 |
Color Harmonies of #108BA0
Complementary color
Monochromatic Colors of #108BA0
Black with #108BA0
Text Example
Text Example
White with #108BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108BA0; }
p { color: rgb(16,139,160); }
H1.HeaderClassName
{
color: #108BA0;
}
.AnyTagClassName
{
color: #108BA0;
}
</style>
background-color css
<style>
a { background-color: #108BA0; }
a { background-color: rgb(16,139,160); }
div.DivClassName
{
background-color: #108BA0;
}
.BgClassName
{
background-color: #108BA0;
}
</style>
border-color css
<style>
span { border-color: #108BA0; }
span { border-color: rgb(16,139,160); }
td.TdClassName
{
border-color: #108BA0;
}
.TagClassName
{
border-color: #108BA0;
}
</style>