Shades of Eastern Blue #108CA6
Tints of Eastern Blue #108CA6
RGB
CMYK
RGB Variations
Color information
#108CA6 (or 0x108CA6) is known color: Eastern Blue. HEX triplet: 10, 8C and A6. RGB value is (16,140,166). Sum of RGB (Red+Green+Blue) = 16+140+166=322 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.97% from 322); Green value is 140 (55.08% from 255 or 43.48% from 322); Blue value is 166 (65.23% from 255 or 51.55% from 322); Max value from RGB is 166 - color contains mainly: blue. Hex color #108CA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108CA6 is #EF7359. Grayscale: #696969. Windows color (decimal): -15692634 or 10914832. OLE color: 10914832.
HSL color Cylindrical-coordinate representation of color #108CA6: hue angle of 190.4º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #108CA6 is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 16 | 140 | 166 | - |
| CMYK | 0.90 | 0.16 | 0 | 0.35 |
| HSL | 190.4º | 0.82% | 0.36% | - |
| HSV(B) | 190.4º | 0.9% | 0.65% | - |
| XYZ | 16.47 | 21.62 | 39.38 | - |
| YUV | 105.89 | 161.92 | 63.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 140 | 166 | 0.90 | 0.16 | 0 | 0.35 | 190.4 | 0.82 | 0.36 |
| Hex | 10 | 8C | A6 | 5A | 10 | 0 | 23 | BE | 52 | 24 |
| Octal | 20 | 214 | 246 | 132 | 20 | 0 | 43 | 276 | 122 | 44 |
| Binary | 10000 | 10001100 | 10100110 | 1011010 | 10000 | 0 | 100011 | 10111110 | 1010010 | 100100 |
Color Harmonies of #108CA6
Complementary color
Monochromatic Colors of #108CA6
Black with #108CA6
Text Example
Text Example
White with #108CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108CA6; }
p { color: rgb(16,140,166); }
H1.HeaderClassName
{
color: #108CA6;
}
.AnyTagClassName
{
color: #108CA6;
}
</style>
background-color css
<style>
a { background-color: #108CA6; }
a { background-color: rgb(16,140,166); }
div.DivClassName
{
background-color: #108CA6;
}
.BgClassName
{
background-color: #108CA6;
}
</style>
border-color css
<style>
span { border-color: #108CA6; }
span { border-color: rgb(16,140,166); }
td.TdClassName
{
border-color: #108CA6;
}
.TagClassName
{
border-color: #108CA6;
}
</style>