Shades of Eastern Blue #098AAC
Tints of Eastern Blue #098AAC
RGB
CMYK
RGB Variations
Color information
#098AAC (or 0x098AAC) is known color: Eastern Blue. HEX triplet: 09, 8A and AC. RGB value is (9,138,172). Sum of RGB (Red+Green+Blue) = 9+138+172=319 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.82% from 319); Green value is 138 (54.30% from 255 or 43.26% from 319); Blue value is 172 (67.58% from 255 or 53.92% from 319); Max value from RGB is 172 - color contains mainly: blue. Hex color #098AAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098AAC is #F67553. Grayscale: #676767. Windows color (decimal): -16151892 or 11307529. OLE color: 11307529.
HSL color Cylindrical-coordinate representation of color #098AAC: hue angle of 192.52º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #098AAC is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 138 | 172 | - |
| CMYK | 0.95 | 0.20 | 0 | 0.33 |
| HSL | 192.52º | 0.9% | 0.35% | - |
| HSV(B) | 192.52º | 0.95% | 0.67% | - |
| XYZ | 16.65 | 21.21 | 42.25 | - |
| YUV | 103.31 | 166.76 | 60.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 138 | 172 | 0.95 | 0.20 | 0 | 0.33 | 192.52 | 0.9 | 0.35 |
| Hex | 9 | 8A | AC | 5F | 14 | 0 | 21 | C1 | 5A | 23 |
| Octal | 11 | 212 | 254 | 137 | 24 | 0 | 41 | 301 | 132 | 43 |
| Binary | 1001 | 10001010 | 10101100 | 1011111 | 10100 | 0 | 100001 | 11000001 | 1011010 | 100011 |
Color Harmonies of #098AAC
Complementary color
Monochromatic Colors of #098AAC
Black with #098AAC
Text Example
Text Example
White with #098AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098AAC; }
p { color: rgb(9,138,172); }
H1.HeaderClassName
{
color: #098AAC;
}
.AnyTagClassName
{
color: #098AAC;
}
</style>
background-color css
<style>
a { background-color: #098AAC; }
a { background-color: rgb(9,138,172); }
div.DivClassName
{
background-color: #098AAC;
}
.BgClassName
{
background-color: #098AAC;
}
</style>
border-color css
<style>
span { border-color: #098AAC; }
span { border-color: rgb(9,138,172); }
td.TdClassName
{
border-color: #098AAC;
}
.TagClassName
{
border-color: #098AAC;
}
</style>