Shades of Eastern Blue #0F8CAB
Tints of Eastern Blue #0F8CAB
RGB
CMYK
RGB Variations
Color information
#0F8CAB (or 0x0F8CAB) is known color: Eastern Blue. HEX triplet: 0F, 8C and AB. RGB value is (15,140,171). Sum of RGB (Red+Green+Blue) = 15+140+171=326 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.60% from 326); Green value is 140 (55.08% from 255 or 42.94% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F8CAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F8CAB is #F07354. Grayscale: #696969. Windows color (decimal): -15758165 or 11242511. OLE color: 11242511.
HSL color Cylindrical-coordinate representation of color #0F8CAB: hue angle of 191.92º 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 #0F8CAB is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 140 | 171 | - |
| CMYK | 0.91 | 0.18 | 0 | 0.33 |
| HSL | 191.92º | 0.84% | 0.36% | - |
| HSV(B) | 191.92º | 0.91% | 0.67% | - |
| XYZ | 16.93 | 21.8 | 41.84 | - |
| YUV | 106.16 | 164.59 | 62.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 140 | 171 | 0.91 | 0.18 | 0 | 0.33 | 191.92 | 0.84 | 0.36 |
| Hex | F | 8C | AB | 5B | 12 | 0 | 21 | C0 | 54 | 24 |
| Octal | 17 | 214 | 253 | 133 | 22 | 0 | 41 | 300 | 124 | 44 |
| Binary | 1111 | 10001100 | 10101011 | 1011011 | 10010 | 0 | 100001 | 11000000 | 1010100 | 100100 |
Color Harmonies of #0F8CAB
Complementary color
Monochromatic Colors of #0F8CAB
Black with #0F8CAB
Text Example
Text Example
White with #0F8CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8CAB; }
p { color: rgb(15,140,171); }
H1.HeaderClassName
{
color: #0F8CAB;
}
.AnyTagClassName
{
color: #0F8CAB;
}
</style>
background-color css
<style>
a { background-color: #0F8CAB; }
a { background-color: rgb(15,140,171); }
div.DivClassName
{
background-color: #0F8CAB;
}
.BgClassName
{
background-color: #0F8CAB;
}
</style>
border-color css
<style>
span { border-color: #0F8CAB; }
span { border-color: rgb(15,140,171); }
td.TdClassName
{
border-color: #0F8CAB;
}
.TagClassName
{
border-color: #0F8CAB;
}
</style>