Shades of Eastern Blue #0F88AB
Tints of Eastern Blue #0F88AB
RGB
CMYK
RGB Variations
Color information
#0F88AB (or 0x0F88AB) is known color: Eastern Blue. HEX triplet: 0F, 88 and AB. RGB value is (15,136,171). Sum of RGB (Red+Green+Blue) = 15+136+171=322 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.66% from 322); Green value is 136 (53.52% from 255 or 42.24% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F88AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F88AB is #F07754. Grayscale: #676767. Windows color (decimal): -15759189 or 11241487. OLE color: 11241487.
HSL color Cylindrical-coordinate representation of color #0F88AB: hue angle of 193.46º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F88AB is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 136 | 171 | - |
| CMYK | 0.91 | 0.20 | 0 | 0.33 |
| HSL | 193.46º | 0.84% | 0.36% | - |
| HSV(B) | 193.46º | 0.91% | 0.67% | - |
| XYZ | 16.35 | 20.65 | 41.65 | - |
| YUV | 103.81 | 165.91 | 64.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 136 | 171 | 0.91 | 0.20 | 0 | 0.33 | 193.46 | 0.84 | 0.36 |
| Hex | F | 88 | AB | 5B | 14 | 0 | 21 | C1 | 54 | 24 |
| Octal | 17 | 210 | 253 | 133 | 24 | 0 | 41 | 301 | 124 | 44 |
| Binary | 1111 | 10001000 | 10101011 | 1011011 | 10100 | 0 | 100001 | 11000001 | 1010100 | 100100 |
Color Harmonies of #0F88AB
Complementary color
Monochromatic Colors of #0F88AB
Black with #0F88AB
Text Example
Text Example
White with #0F88AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F88AB; }
p { color: rgb(15,136,171); }
H1.HeaderClassName
{
color: #0F88AB;
}
.AnyTagClassName
{
color: #0F88AB;
}
</style>
background-color css
<style>
a { background-color: #0F88AB; }
a { background-color: rgb(15,136,171); }
div.DivClassName
{
background-color: #0F88AB;
}
.BgClassName
{
background-color: #0F88AB;
}
</style>
border-color css
<style>
span { border-color: #0F88AB; }
span { border-color: rgb(15,136,171); }
td.TdClassName
{
border-color: #0F88AB;
}
.TagClassName
{
border-color: #0F88AB;
}
</style>