Shades of Eastern Blue #108DA2
Tints of Eastern Blue #108DA2
RGB
CMYK
RGB Variations
Color information
#108DA2 (or 0x108DA2) is known color: Eastern Blue. HEX triplet: 10, 8D and A2. RGB value is (16,141,162). Sum of RGB (Red+Green+Blue) = 16+141+162=319 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5.02% from 319); Green value is 141 (55.47% from 255 or 44.20% from 319); Blue value is 162 (63.67% from 255 or 50.78% from 319); Max value from RGB is 162 - color contains mainly: blue. Hex color #108DA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108DA2 is #EF725D. Grayscale: #696969. Windows color (decimal): -15692382 or 10652944. OLE color: 10652944.
HSL color Cylindrical-coordinate representation of color #108DA2: hue angle of 188.63º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #108DA2 is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 141 | 162 | - |
| CMYK | 0.90 | 0.13 | 0 | 0.36 |
| HSL | 188.63º | 0.82% | 0.35% | - |
| HSV(B) | 188.63º | 0.9% | 0.64% | - |
| XYZ | 16.26 | 21.77 | 37.53 | - |
| YUV | 106.02 | 159.59 | 63.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 141 | 162 | 0.90 | 0.13 | 0 | 0.36 | 188.63 | 0.82 | 0.35 |
| Hex | 10 | 8D | A2 | 5A | D | 0 | 24 | BD | 52 | 23 |
| Octal | 20 | 215 | 242 | 132 | 15 | 0 | 44 | 275 | 122 | 43 |
| Binary | 10000 | 10001101 | 10100010 | 1011010 | 1101 | 0 | 100100 | 10111101 | 1010010 | 100011 |
Color Harmonies of #108DA2
Complementary color
Monochromatic Colors of #108DA2
Black with #108DA2
Text Example
Text Example
White with #108DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108DA2; }
p { color: rgb(16,141,162); }
H1.HeaderClassName
{
color: #108DA2;
}
.AnyTagClassName
{
color: #108DA2;
}
</style>
background-color css
<style>
a { background-color: #108DA2; }
a { background-color: rgb(16,141,162); }
div.DivClassName
{
background-color: #108DA2;
}
.BgClassName
{
background-color: #108DA2;
}
</style>
border-color css
<style>
span { border-color: #108DA2; }
span { border-color: rgb(16,141,162); }
td.TdClassName
{
border-color: #108DA2;
}
.TagClassName
{
border-color: #108DA2;
}
</style>