Shades of Eastern Blue #008FA4
Tints of Eastern Blue #008FA4
RGB
CMYK
RGB Variations
Color information
#008FA4 (or 0x008FA4) is known color: Eastern Blue. HEX triplet: 00, 8F and A4. RGB value is (0,143,164). Sum of RGB (Red+Green+Blue) = 0+143+164=307 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 307); Green value is 143 (56.25% from 255 or 46.58% from 307); Blue value is 164 (64.45% from 255 or 53.42% from 307); Max value from RGB is 164 - color contains mainly: blue. Hex color #008FA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008FA4 is #FF705B. Grayscale: #666666. Windows color (decimal): -16740444 or 10784512. OLE color: 10784512.
HSL color Cylindrical-coordinate representation of color #008FA4: hue angle of 187.68º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008FA4 is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 0 | 143 | 164 | - |
| CMYK | 1 | 0.13 | 0 | 0.36 |
| HSL | 187.68º | 1% | 0.32% | - |
| HSV(B) | 187.68º | 1% | 0.64% | - |
| XYZ | 16.52 | 22.33 | 38.56 | - |
| YUV | 102.64 | 162.62 | 54.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 143 | 164 | 1 | 0.13 | 0 | 0.36 | 187.68 | 1 | 0.32 |
| Hex | 0 | 8F | A4 | 64 | D | 0 | 24 | BC | 64 | 20 |
| Octal | 0 | 217 | 244 | 144 | 15 | 0 | 44 | 274 | 144 | 40 |
| Binary | 0 | 10001111 | 10100100 | 1100100 | 1101 | 0 | 100100 | 10111100 | 1100100 | 100000 |
Color Harmonies of #008FA4
Complementary color
Monochromatic Colors of #008FA4
Black with #008FA4
Text Example
Text Example
White with #008FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008FA4; }
p { color: rgb(0,143,164); }
H1.HeaderClassName
{
color: #008FA4;
}
.AnyTagClassName
{
color: #008FA4;
}
</style>
background-color css
<style>
a { background-color: #008FA4; }
a { background-color: rgb(0,143,164); }
div.DivClassName
{
background-color: #008FA4;
}
.BgClassName
{
background-color: #008FA4;
}
</style>
border-color css
<style>
span { border-color: #008FA4; }
span { border-color: rgb(0,143,164); }
td.TdClassName
{
border-color: #008FA4;
}
.TagClassName
{
border-color: #008FA4;
}
</style>