Shades of Eastern Blue #0F8AAB
Tints of Eastern Blue #0F8AAB
RGB
CMYK
RGB Variations
Color information
#0F8AAB (or 0x0F8AAB) is known color: Eastern Blue. HEX triplet: 0F, 8A and AB. RGB value is (15,138,171). Sum of RGB (Red+Green+Blue) = 15+138+171=324 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.63% from 324); Green value is 138 (54.30% from 255 or 42.59% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F8AAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F8AAB is #F07554. Grayscale: #686868. Windows color (decimal): -15758677 or 11241999. OLE color: 11241999.
HSL color Cylindrical-coordinate representation of color #0F8AAB: hue angle of 192.69º 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 #0F8AAB is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 138 | 171 | - |
| CMYK | 0.91 | 0.19 | 0 | 0.33 |
| HSL | 192.69º | 0.84% | 0.36% | - |
| HSV(B) | 192.69º | 0.91% | 0.67% | - |
| XYZ | 16.64 | 21.22 | 41.75 | - |
| YUV | 104.99 | 165.25 | 63.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 138 | 171 | 0.91 | 0.19 | 0 | 0.33 | 192.69 | 0.84 | 0.36 |
| Hex | F | 8A | AB | 5B | 13 | 0 | 21 | C1 | 54 | 24 |
| Octal | 17 | 212 | 253 | 133 | 23 | 0 | 41 | 301 | 124 | 44 |
| Binary | 1111 | 10001010 | 10101011 | 1011011 | 10011 | 0 | 100001 | 11000001 | 1010100 | 100100 |
Color Harmonies of #0F8AAB
Complementary color
Monochromatic Colors of #0F8AAB
Black with #0F8AAB
Text Example
Text Example
White with #0F8AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8AAB; }
p { color: rgb(15,138,171); }
H1.HeaderClassName
{
color: #0F8AAB;
}
.AnyTagClassName
{
color: #0F8AAB;
}
</style>
background-color css
<style>
a { background-color: #0F8AAB; }
a { background-color: rgb(15,138,171); }
div.DivClassName
{
background-color: #0F8AAB;
}
.BgClassName
{
background-color: #0F8AAB;
}
</style>
border-color css
<style>
span { border-color: #0F8AAB; }
span { border-color: rgb(15,138,171); }
td.TdClassName
{
border-color: #0F8AAB;
}
.TagClassName
{
border-color: #0F8AAB;
}
</style>