Shades of Blue Chill #418C96
Tints of Blue Chill #418C96
RGB
CMYK
RGB Variations
Color information
#418C96 (or 0x418C96) is known color: Blue Chill. HEX triplet: 41, 8C and 96. RGB value is (65,140,150). Sum of RGB (Red+Green+Blue) = 65+140+150=355 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.31% from 355); Green value is 140 (55.08% from 255 or 39.44% from 355); Blue value is 150 (58.98% from 255 or 42.25% from 355); Max value from RGB is 150 - color contains mainly: blue. Hex color #418C96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418C96 is #BE7369. Grayscale: #767676. Windows color (decimal): -12481386 or 9866305. OLE color: 9866305.
HSL color Cylindrical-coordinate representation of color #418C96: hue angle of 187.06º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #418C96 is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 65 | 140 | 150 | - |
| CMYK | 0.57 | 0.07 | 0 | 0.41 |
| HSL | 187.06º | 0.4% | 0.42% | - |
| HSV(B) | 187.06º | 0.57% | 0.59% | - |
| XYZ | 17.06 | 22.08 | 32.22 | - |
| YUV | 118.72 | 145.65 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 140 | 150 | 0.57 | 0.07 | 0 | 0.41 | 187.06 | 0.4 | 0.42 |
| Hex | 41 | 8C | 96 | 39 | 7 | 0 | 29 | BB | 28 | 2A |
| Octal | 101 | 214 | 226 | 71 | 7 | 0 | 51 | 273 | 50 | 52 |
| Binary | 1000001 | 10001100 | 10010110 | 111001 | 111 | 0 | 101001 | 10111011 | 101000 | 101010 |
Color Harmonies of #418C96
Complementary color
Monochromatic Colors of #418C96
Black with #418C96
Text Example
Text Example
White with #418C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418C96; }
p { color: rgb(65,140,150); }
H1.HeaderClassName
{
color: #418C96;
}
.AnyTagClassName
{
color: #418C96;
}
</style>
background-color css
<style>
a { background-color: #418C96; }
a { background-color: rgb(65,140,150); }
div.DivClassName
{
background-color: #418C96;
}
.BgClassName
{
background-color: #418C96;
}
</style>
border-color css
<style>
span { border-color: #418C96; }
span { border-color: rgb(65,140,150); }
td.TdClassName
{
border-color: #418C96;
}
.TagClassName
{
border-color: #418C96;
}
</style>