Shades of Blue Chill #44A09F
Tints of Blue Chill #44A09F
RGB
CMYK
RGB Variations
Color information
#44A09F (or 0x44A09F) is known color: Blue Chill. HEX triplet: 44, A0 and 9F. RGB value is (68,160,159). Sum of RGB (Red+Green+Blue) = 68+160+159=387 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.57% from 387); Green value is 160 (62.89% from 255 or 41.34% from 387); Blue value is 159 (62.5% from 255 or 41.09% from 387); Max value from RGB is 160 - color contains mainly: green. Hex color #44A09F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A09F is #BB5F60. Grayscale: #848484. Windows color (decimal): -12279649 or 10461252. OLE color: 10461252.
HSL color Cylindrical-coordinate representation of color #44A09F: hue angle of 179.35º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #44A09F is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 68 | 160 | 159 | - |
| CMYK | 0.57 | 0 | 0.01 | 0.37 |
| HSL | 179.35º | 0.4% | 0.45% | - |
| HSV(B) | 179.35º | 0.58% | 0.63% | - |
| XYZ | 21.21 | 28.87 | 37.26 | - |
| YUV | 132.38 | 143.02 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 160 | 159 | 0.57 | 0 | 0.01 | 0.37 | 179.35 | 0.4 | 0.45 |
| Hex | 44 | A0 | 9F | 39 | 0 | 1 | 25 | B3 | 28 | 2D |
| Octal | 104 | 240 | 237 | 71 | 0 | 1 | 45 | 263 | 50 | 55 |
| Binary | 1000100 | 10100000 | 10011111 | 111001 | 0 | 1 | 100101 | 10110011 | 101000 | 101101 |
Color Harmonies of #44A09F
Complementary color
Monochromatic Colors of #44A09F
Black with #44A09F
Text Example
Text Example
White with #44A09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44A09F; }
p { color: rgb(68,160,159); }
H1.HeaderClassName
{
color: #44A09F;
}
.AnyTagClassName
{
color: #44A09F;
}
</style>
background-color css
<style>
a { background-color: #44A09F; }
a { background-color: rgb(68,160,159); }
div.DivClassName
{
background-color: #44A09F;
}
.BgClassName
{
background-color: #44A09F;
}
</style>
border-color css
<style>
span { border-color: #44A09F; }
span { border-color: rgb(68,160,159); }
td.TdClassName
{
border-color: #44A09F;
}
.TagClassName
{
border-color: #44A09F;
}
</style>