Shades of Eastern Blue #008C9C
Tints of Eastern Blue #008C9C
RGB
CMYK
RGB Variations
Color information
#008C9C (or 0x008C9C) is known color: Eastern Blue. HEX triplet: 00, 8C and 9C. RGB value is (0,140,156). Sum of RGB (Red+Green+Blue) = 0+140+156=296 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 296); Green value is 140 (55.08% from 255 or 47.30% from 296); Blue value is 156 (61.33% from 255 or 52.70% from 296); Max value from RGB is 156 - color contains mainly: blue. Hex color #008C9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008C9C is #FF7363. Grayscale: #636363. Windows color (decimal): -16741220 or 10259456. OLE color: 10259456.
HSL color Cylindrical-coordinate representation of color #008C9C: hue angle of 186.15º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008C9C is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 140 | 156 | - |
| CMYK | 1 | 0.10 | 0 | 0.39 |
| HSL | 186.15º | 1% | 0.31% | - |
| HSV(B) | 186.15º | 1% | 0.61% | - |
| XYZ | 15.38 | 21.16 | 34.73 | - |
| YUV | 99.96 | 159.62 | 56.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 140 | 156 | 1 | 0.10 | 0 | 0.39 | 186.15 | 1 | 0.31 |
| Hex | 0 | 8C | 9C | 64 | A | 0 | 27 | BA | 64 | 1F |
| Octal | 0 | 214 | 234 | 144 | 12 | 0 | 47 | 272 | 144 | 37 |
| Binary | 0 | 10001100 | 10011100 | 1100100 | 1010 | 0 | 100111 | 10111010 | 1100100 | 11111 |
Color Harmonies of #008C9C
Complementary color
Monochromatic Colors of #008C9C
Black with #008C9C
Text Example
Text Example
White with #008C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008C9C; }
p { color: rgb(0,140,156); }
H1.HeaderClassName
{
color: #008C9C;
}
.AnyTagClassName
{
color: #008C9C;
}
</style>
background-color css
<style>
a { background-color: #008C9C; }
a { background-color: rgb(0,140,156); }
div.DivClassName
{
background-color: #008C9C;
}
.BgClassName
{
background-color: #008C9C;
}
</style>
border-color css
<style>
span { border-color: #008C9C; }
span { border-color: rgb(0,140,156); }
td.TdClassName
{
border-color: #008C9C;
}
.TagClassName
{
border-color: #008C9C;
}
</style>