Shades of Blue Chill #40A5A6
Tints of Blue Chill #40A5A6
RGB
CMYK
RGB Variations
Color information
#40A5A6 (or 0x40A5A6) is known color: Blue Chill. HEX triplet: 40, A5 and A6. RGB value is (64,165,166). Sum of RGB (Red+Green+Blue) = 64+165+166=395 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.20% from 395); Green value is 165 (64.84% from 255 or 41.77% from 395); Blue value is 166 (65.23% from 255 or 42.03% from 395); Max value from RGB is 166 - color contains mainly: blue. Hex color #40A5A6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A5A6 is #BF5A59. Grayscale: #868686. Windows color (decimal): -12540506 or 10921280. OLE color: 10921280.
HSL color Cylindrical-coordinate representation of color #40A5A6: hue angle of 180.59º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #40A5A6 is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 64 | 165 | 166 | - |
| CMYK | 0.61 | 0.01 | 0 | 0.35 |
| HSL | 180.59º | 0.44% | 0.45% | - |
| HSV(B) | 180.59º | 0.61% | 0.65% | - |
| XYZ | 22.45 | 30.75 | 40.83 | - |
| YUV | 134.92 | 145.54 | 77.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 165 | 166 | 0.61 | 0.01 | 0 | 0.35 | 180.59 | 0.44 | 0.45 |
| Hex | 40 | A5 | A6 | 3D | 1 | 0 | 23 | B5 | 2C | 2D |
| Octal | 100 | 245 | 246 | 75 | 1 | 0 | 43 | 265 | 54 | 55 |
| Binary | 1000000 | 10100101 | 10100110 | 111101 | 1 | 0 | 100011 | 10110101 | 101100 | 101101 |
Color Harmonies of #40A5A6
Complementary color
Monochromatic Colors of #40A5A6
Black with #40A5A6
Text Example
Text Example
White with #40A5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A5A6; }
p { color: rgb(64,165,166); }
H1.HeaderClassName
{
color: #40A5A6;
}
.AnyTagClassName
{
color: #40A5A6;
}
</style>
background-color css
<style>
a { background-color: #40A5A6; }
a { background-color: rgb(64,165,166); }
div.DivClassName
{
background-color: #40A5A6;
}
.BgClassName
{
background-color: #40A5A6;
}
</style>
border-color css
<style>
span { border-color: #40A5A6; }
span { border-color: rgb(64,165,166); }
td.TdClassName
{
border-color: #40A5A6;
}
.TagClassName
{
border-color: #40A5A6;
}
</style>