Shades of Eastern Blue #008AA3
Tints of Eastern Blue #008AA3
RGB
CMYK
RGB Variations
Color information
#008AA3 (or 0x008AA3) is known color: Eastern Blue. HEX triplet: 00, 8A and A3. RGB value is (0,138,163). Sum of RGB (Red+Green+Blue) = 0+138+163=301 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 301); Green value is 138 (54.30% from 255 or 45.85% from 301); Blue value is 163 (64.06% from 255 or 54.15% from 301); Max value from RGB is 163 - color contains mainly: blue. Hex color #008AA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008AA3 is #FF755C. Grayscale: #636363. Windows color (decimal): -16741725 or 10717696. OLE color: 10717696.
HSL color Cylindrical-coordinate representation of color #008AA3: hue angle of 189.2º 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 #008AA3 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
RGB | 0 | 138 | 163 | - |
CMYK | 1 | 0.15 | 0 | 0.36 |
HSL | 189.2º | 1% | 0.32% | - |
HSV(B) | 189.2º | 1% | 0.64% | - |
XYZ | 15.7 | 20.82 | 37.84 | - |
YUV | 99.59 | 163.78 | 56.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 138 | 163 | 1 | 0.15 | 0 | 0.36 | 189.2 | 1 | 0.32 |
Hex | 0 | 8A | A3 | 64 | F | 0 | 24 | BD | 64 | 20 |
Octal | 0 | 212 | 243 | 144 | 17 | 0 | 44 | 275 | 144 | 40 |
Binary | 0 | 10001010 | 10100011 | 1100100 | 1111 | 0 | 100100 | 10111101 | 1100100 | 100000 |
Color Harmonies of #008AA3
Complementary color
Monochromatic Colors of #008AA3
Black with #008AA3
Text Example
Text Example
White with #008AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008AA3; }
p { color: rgb(0,138,163); }
H1.HeaderClassName
{
color: #008AA3;
}
.AnyTagClassName
{
color: #008AA3;
}
</style>
background-color css
<style>
a { background-color: #008AA3; }
a { background-color: rgb(0,138,163); }
div.DivClassName
{
background-color: #008AA3;
}
.BgClassName
{
background-color: #008AA3;
}
</style>
border-color css
<style>
span { border-color: #008AA3; }
span { border-color: rgb(0,138,163); }
td.TdClassName
{
border-color: #008AA3;
}
.TagClassName
{
border-color: #008AA3;
}
</style>