Shades of Eastern Blue #108FA0
Tints of Eastern Blue #108FA0
RGB
CMYK
RGB Variations
Color information
#108FA0 (or 0x108FA0) is known color: Eastern Blue. HEX triplet: 10, 8F and A0. RGB value is (16,143,160). Sum of RGB (Red+Green+Blue) = 16+143+160=319 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5.02% from 319); Green value is 143 (56.25% from 255 or 44.83% from 319); Blue value is 160 (62.89% from 255 or 50.16% from 319); Max value from RGB is 160 - color contains mainly: blue. Hex color #108FA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108FA0 is #EF705F. Grayscale: #6A6A6A. Windows color (decimal): -15691872 or 10522384. OLE color: 10522384.
HSL color Cylindrical-coordinate representation of color #108FA0: hue angle of 187.08º 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 #108FA0 is Cyan = 0.9, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 16 | 143 | 160 | - |
| CMYK | 0.9 | 0.11 | 0 | 0.37 |
| HSL | 187.08º | 0.82% | 0.35% | - |
| HSV(B) | 187.08º | 0.9% | 0.63% | - |
| XYZ | 16.38 | 22.29 | 36.7 | - |
| YUV | 106.97 | 157.92 | 63.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 143 | 160 | 0.9 | 0.11 | 0 | 0.37 | 187.08 | 0.82 | 0.35 |
| Hex | 10 | 8F | A0 | 5A | B | 0 | 25 | BB | 52 | 23 |
| Octal | 20 | 217 | 240 | 132 | 13 | 0 | 45 | 273 | 122 | 43 |
| Binary | 10000 | 10001111 | 10100000 | 1011010 | 1011 | 0 | 100101 | 10111011 | 1010010 | 100011 |
Color Harmonies of #108FA0
Complementary color
Monochromatic Colors of #108FA0
Black with #108FA0
Text Example
Text Example
White with #108FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108FA0; }
p { color: rgb(16,143,160); }
H1.HeaderClassName
{
color: #108FA0;
}
.AnyTagClassName
{
color: #108FA0;
}
</style>
background-color css
<style>
a { background-color: #108FA0; }
a { background-color: rgb(16,143,160); }
div.DivClassName
{
background-color: #108FA0;
}
.BgClassName
{
background-color: #108FA0;
}
</style>
border-color css
<style>
span { border-color: #108FA0; }
span { border-color: rgb(16,143,160); }
td.TdClassName
{
border-color: #108FA0;
}
.TagClassName
{
border-color: #108FA0;
}
</style>