Shades of Eastern Blue #0F8899
Tints of Eastern Blue #0F8899
RGB
CMYK
RGB Variations
Color information
#0F8899 (or 0x0F8899) is known color: Eastern Blue. HEX triplet: 0F, 88 and 99. RGB value is (15,136,153). Sum of RGB (Red+Green+Blue) = 15+136+153=304 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.93% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 153 (60.16% from 255 or 50.33% from 304); Max value from RGB is 153 - color contains mainly: blue. Hex color #0F8899 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F8899 is #F07766. Grayscale: #656565. Windows color (decimal): -15759207 or 10061839. OLE color: 10061839.
HSL color Cylindrical-coordinate representation of color #0F8899: hue angle of 187.39º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F8899 is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 15 | 136 | 153 | - |
| CMYK | 0.90 | 0.11 | 0 | 0.4 |
| HSL | 187.39º | 0.82% | 0.33% | - |
| HSV(B) | 187.39º | 0.9% | 0.6% | - |
| XYZ | 14.75 | 20.01 | 33.22 | - |
| YUV | 101.76 | 156.91 | 66.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 136 | 153 | 0.90 | 0.11 | 0 | 0.4 | 187.39 | 0.82 | 0.33 |
| Hex | F | 88 | 99 | 5A | B | 0 | 28 | BB | 52 | 21 |
| Octal | 17 | 210 | 231 | 132 | 13 | 0 | 50 | 273 | 122 | 41 |
| Binary | 1111 | 10001000 | 10011001 | 1011010 | 1011 | 0 | 101000 | 10111011 | 1010010 | 100001 |
Color Harmonies of #0F8899
Complementary color
Monochromatic Colors of #0F8899
Black with #0F8899
Text Example
Text Example
White with #0F8899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8899; }
p { color: rgb(15,136,153); }
H1.HeaderClassName
{
color: #0F8899;
}
.AnyTagClassName
{
color: #0F8899;
}
</style>
background-color css
<style>
a { background-color: #0F8899; }
a { background-color: rgb(15,136,153); }
div.DivClassName
{
background-color: #0F8899;
}
.BgClassName
{
background-color: #0F8899;
}
</style>
border-color css
<style>
span { border-color: #0F8899; }
span { border-color: rgb(15,136,153); }
td.TdClassName
{
border-color: #0F8899;
}
.TagClassName
{
border-color: #0F8899;
}
</style>