Shades of Eastern Blue #108FA2
Tints of Eastern Blue #108FA2
RGB
CMYK
RGB Variations
Color information
#108FA2 (or 0x108FA2) is known color: Eastern Blue. HEX triplet: 10, 8F and A2. RGB value is (16,143,162). Sum of RGB (Red+Green+Blue) = 16+143+162=321 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.98% from 321); Green value is 143 (56.25% from 255 or 44.55% from 321); Blue value is 162 (63.67% from 255 or 50.47% from 321); Max value from RGB is 162 - color contains mainly: blue. Hex color #108FA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108FA2 is #EF705D. Grayscale: #6A6A6A. Windows color (decimal): -15691870 or 10653456. OLE color: 10653456.
HSL color Cylindrical-coordinate representation of color #108FA2: hue angle of 187.81º 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 #108FA2 is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 143 | 162 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.36 |
| HSL | 187.81º | 0.82% | 0.35% | - |
| HSV(B) | 187.81º | 0.9% | 0.64% | - |
| XYZ | 16.56 | 22.36 | 37.63 | - |
| YUV | 107.19 | 158.92 | 62.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 143 | 162 | 0.90 | 0.12 | 0 | 0.36 | 187.81 | 0.82 | 0.35 |
| Hex | 10 | 8F | A2 | 5A | C | 0 | 24 | BC | 52 | 23 |
| Octal | 20 | 217 | 242 | 132 | 14 | 0 | 44 | 274 | 122 | 43 |
| Binary | 10000 | 10001111 | 10100010 | 1011010 | 1100 | 0 | 100100 | 10111100 | 1010010 | 100011 |
Color Harmonies of #108FA2
Complementary color
Monochromatic Colors of #108FA2
Black with #108FA2
Text Example
Text Example
White with #108FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108FA2; }
p { color: rgb(16,143,162); }
H1.HeaderClassName
{
color: #108FA2;
}
.AnyTagClassName
{
color: #108FA2;
}
</style>
background-color css
<style>
a { background-color: #108FA2; }
a { background-color: rgb(16,143,162); }
div.DivClassName
{
background-color: #108FA2;
}
.BgClassName
{
background-color: #108FA2;
}
</style>
border-color css
<style>
span { border-color: #108FA2; }
span { border-color: rgb(16,143,162); }
td.TdClassName
{
border-color: #108FA2;
}
.TagClassName
{
border-color: #108FA2;
}
</style>