Shades of Eastern Blue #0F889C
Tints of Eastern Blue #0F889C
RGB
CMYK
RGB Variations
Color information
#0F889C (or 0x0F889C) is known color: Eastern Blue. HEX triplet: 0F, 88 and 9C. RGB value is (15,136,156). Sum of RGB (Red+Green+Blue) = 15+136+156=307 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.89% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 156 (61.33% from 255 or 50.81% from 307); Max value from RGB is 156 - color contains mainly: blue. Hex color #0F889C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F889C is #F07763. Grayscale: #656565. Windows color (decimal): -15759204 or 10258447. OLE color: 10258447.
HSL color Cylindrical-coordinate representation of color #0F889C: hue angle of 188.51º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F889C is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 15 | 136 | 156 | - |
| CMYK | 0.90 | 0.13 | 0 | 0.39 |
| HSL | 188.51º | 0.82% | 0.34% | - |
| HSV(B) | 188.51º | 0.9% | 0.61% | - |
| XYZ | 15 | 20.11 | 34.54 | - |
| YUV | 102.1 | 158.41 | 65.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 136 | 156 | 0.90 | 0.13 | 0 | 0.39 | 188.51 | 0.82 | 0.34 |
| Hex | F | 88 | 9C | 5A | D | 0 | 27 | BD | 52 | 22 |
| Octal | 17 | 210 | 234 | 132 | 15 | 0 | 47 | 275 | 122 | 42 |
| Binary | 1111 | 10001000 | 10011100 | 1011010 | 1101 | 0 | 100111 | 10111101 | 1010010 | 100010 |
Color Harmonies of #0F889C
Complementary color
Monochromatic Colors of #0F889C
Black with #0F889C
Text Example
Text Example
White with #0F889C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F889C; }
p { color: rgb(15,136,156); }
H1.HeaderClassName
{
color: #0F889C;
}
.AnyTagClassName
{
color: #0F889C;
}
</style>
background-color css
<style>
a { background-color: #0F889C; }
a { background-color: rgb(15,136,156); }
div.DivClassName
{
background-color: #0F889C;
}
.BgClassName
{
background-color: #0F889C;
}
</style>
border-color css
<style>
span { border-color: #0F889C; }
span { border-color: rgb(15,136,156); }
td.TdClassName
{
border-color: #0F889C;
}
.TagClassName
{
border-color: #0F889C;
}
</style>