Shades of Blue Chill #2F8E89
Tints of Blue Chill #2F8E89
RGB
CMYK
RGB Variations
Color information
#2F8E89 (or 0x2F8E89) is known color: Blue Chill. HEX triplet: 2F, 8E and 89. RGB value is (47,142,137). Sum of RGB (Red+Green+Blue) = 47+142+137=326 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.42% from 326); Green value is 142 (55.86% from 255 or 43.56% from 326); Blue value is 137 (53.91% from 255 or 42.02% from 326); Max value from RGB is 142 - color contains mainly: green. Hex color #2F8E89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F8E89 is #D07176. Grayscale: #707070. Windows color (decimal): -13660535 or 9014831. OLE color: 9014831.
HSL color Cylindrical-coordinate representation of color #2F8E89: hue angle of 176.84º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F8E89 is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 47 | 142 | 137 | - |
| CMYK | 0.67 | 0 | 0.04 | 0.44 |
| HSL | 176.84º | 0.5% | 0.37% | - |
| HSV(B) | 176.84º | 0.67% | 0.56% | - |
| XYZ | 15.36 | 21.76 | 27.06 | - |
| YUV | 113.03 | 141.53 | 80.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 142 | 137 | 0.67 | 0 | 0.04 | 0.44 | 176.84 | 0.5 | 0.37 |
| Hex | 2F | 8E | 89 | 43 | 0 | 4 | 2C | B1 | 32 | 25 |
| Octal | 57 | 216 | 211 | 103 | 0 | 4 | 54 | 261 | 62 | 45 |
| Binary | 101111 | 10001110 | 10001001 | 1000011 | 0 | 100 | 101100 | 10110001 | 110010 | 100101 |
Color Harmonies of #2F8E89
Complementary color
Monochromatic Colors of #2F8E89
Black with #2F8E89
Text Example
Text Example
White with #2F8E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8E89; }
p { color: rgb(47,142,137); }
H1.HeaderClassName
{
color: #2F8E89;
}
.AnyTagClassName
{
color: #2F8E89;
}
</style>
background-color css
<style>
a { background-color: #2F8E89; }
a { background-color: rgb(47,142,137); }
div.DivClassName
{
background-color: #2F8E89;
}
.BgClassName
{
background-color: #2F8E89;
}
</style>
border-color css
<style>
span { border-color: #2F8E89; }
span { border-color: rgb(47,142,137); }
td.TdClassName
{
border-color: #2F8E89;
}
.TagClassName
{
border-color: #2F8E89;
}
</style>