Shades of Eastern Blue #0F89AC
Tints of Eastern Blue #0F89AC
RGB
CMYK
RGB Variations
Color information
#0F89AC (or 0x0F89AC) is known color: Eastern Blue. HEX triplet: 0F, 89 and AC. RGB value is (15,137,172). Sum of RGB (Red+Green+Blue) = 15+137+172=324 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.63% from 324); Green value is 137 (53.91% from 255 or 42.28% from 324); Blue value is 172 (67.58% from 255 or 53.09% from 324); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F89AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F89AC is #F07653. Grayscale: #686868. Windows color (decimal): -15758932 or 11307279. OLE color: 11307279.
HSL color Cylindrical-coordinate representation of color #0F89AC: hue angle of 193.38º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F89AC is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 137 | 172 | - |
| CMYK | 0.91 | 0.20 | 0 | 0.33 |
| HSL | 193.38º | 0.84% | 0.37% | - |
| HSV(B) | 193.38º | 0.91% | 0.67% | - |
| XYZ | 16.59 | 20.97 | 42.2 | - |
| YUV | 104.51 | 166.08 | 64.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 137 | 172 | 0.91 | 0.20 | 0 | 0.33 | 193.38 | 0.84 | 0.37 |
| Hex | F | 89 | AC | 5B | 14 | 0 | 21 | C1 | 54 | 25 |
| Octal | 17 | 211 | 254 | 133 | 24 | 0 | 41 | 301 | 124 | 45 |
| Binary | 1111 | 10001001 | 10101100 | 1011011 | 10100 | 0 | 100001 | 11000001 | 1010100 | 100101 |
Color Harmonies of #0F89AC
Complementary color
Monochromatic Colors of #0F89AC
Black with #0F89AC
Text Example
Text Example
White with #0F89AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F89AC; }
p { color: rgb(15,137,172); }
H1.HeaderClassName
{
color: #0F89AC;
}
.AnyTagClassName
{
color: #0F89AC;
}
</style>
background-color css
<style>
a { background-color: #0F89AC; }
a { background-color: rgb(15,137,172); }
div.DivClassName
{
background-color: #0F89AC;
}
.BgClassName
{
background-color: #0F89AC;
}
</style>
border-color css
<style>
span { border-color: #0F89AC; }
span { border-color: rgb(15,137,172); }
td.TdClassName
{
border-color: #0F89AC;
}
.TagClassName
{
border-color: #0F89AC;
}
</style>