Shades of Eastern Blue #098CAA
Tints of Eastern Blue #098CAA
RGB
CMYK
RGB Variations
Color information
#098CAA (or 0x098CAA) is known color: Eastern Blue. HEX triplet: 09, 8C and AA. RGB value is (9,140,170). Sum of RGB (Red+Green+Blue) = 9+140+170=319 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.82% from 319); Green value is 140 (55.08% from 255 or 43.89% from 319); Blue value is 170 (66.80% from 255 or 53.29% from 319); Max value from RGB is 170 - color contains mainly: blue. Hex color #098CAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098CAA is #F67355. Grayscale: #686868. Windows color (decimal): -16151382 or 11176969. OLE color: 11176969.
HSL color Cylindrical-coordinate representation of color #098CAA: hue angle of 191.18º 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 #098CAA is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 140 | 170 | - |
| CMYK | 0.95 | 0.18 | 0 | 0.33 |
| HSL | 191.18º | 0.9% | 0.35% | - |
| HSV(B) | 191.18º | 0.95% | 0.67% | - |
| XYZ | 16.75 | 21.72 | 41.34 | - |
| YUV | 104.25 | 165.1 | 60.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 140 | 170 | 0.95 | 0.18 | 0 | 0.33 | 191.18 | 0.9 | 0.35 |
| Hex | 9 | 8C | AA | 5F | 12 | 0 | 21 | BF | 5A | 23 |
| Octal | 11 | 214 | 252 | 137 | 22 | 0 | 41 | 277 | 132 | 43 |
| Binary | 1001 | 10001100 | 10101010 | 1011111 | 10010 | 0 | 100001 | 10111111 | 1011010 | 100011 |
Color Harmonies of #098CAA
Complementary color
Monochromatic Colors of #098CAA
Black with #098CAA
Text Example
Text Example
White with #098CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098CAA; }
p { color: rgb(9,140,170); }
H1.HeaderClassName
{
color: #098CAA;
}
.AnyTagClassName
{
color: #098CAA;
}
</style>
background-color css
<style>
a { background-color: #098CAA; }
a { background-color: rgb(9,140,170); }
div.DivClassName
{
background-color: #098CAA;
}
.BgClassName
{
background-color: #098CAA;
}
</style>
border-color css
<style>
span { border-color: #098CAA; }
span { border-color: rgb(9,140,170); }
td.TdClassName
{
border-color: #098CAA;
}
.TagClassName
{
border-color: #098CAA;
}
</style>