Shades of Blue Chill #428E96
Tints of Blue Chill #428E96
RGB
CMYK
RGB Variations
Color information
#428E96 (or 0x428E96) is known color: Blue Chill. HEX triplet: 42, 8E and 96. RGB value is (66,142,150). Sum of RGB (Red+Green+Blue) = 66+142+150=358 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.44% from 358); Green value is 142 (55.86% from 255 or 39.66% from 358); Blue value is 150 (58.98% from 255 or 41.90% from 358); Max value from RGB is 150 - color contains mainly: blue. Hex color #428E96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428E96 is #BD7169. Grayscale: #787878. Windows color (decimal): -12415338 or 9866818. OLE color: 9866818.
HSL color Cylindrical-coordinate representation of color #428E96: hue angle of 185.71º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #428E96 is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 66 | 142 | 150 | - |
| CMYK | 0.56 | 0.05 | 0 | 0.41 |
| HSL | 185.71º | 0.39% | 0.42% | - |
| HSV(B) | 185.71º | 0.56% | 0.59% | - |
| XYZ | 17.42 | 22.71 | 32.32 | - |
| YUV | 120.19 | 144.82 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 142 | 150 | 0.56 | 0.05 | 0 | 0.41 | 185.71 | 0.39 | 0.42 |
| Hex | 42 | 8E | 96 | 38 | 5 | 0 | 29 | BA | 27 | 2A |
| Octal | 102 | 216 | 226 | 70 | 5 | 0 | 51 | 272 | 47 | 52 |
| Binary | 1000010 | 10001110 | 10010110 | 111000 | 101 | 0 | 101001 | 10111010 | 100111 | 101010 |
Color Harmonies of #428E96
Complementary color
Monochromatic Colors of #428E96
Black with #428E96
Text Example
Text Example
White with #428E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428E96; }
p { color: rgb(66,142,150); }
H1.HeaderClassName
{
color: #428E96;
}
.AnyTagClassName
{
color: #428E96;
}
</style>
background-color css
<style>
a { background-color: #428E96; }
a { background-color: rgb(66,142,150); }
div.DivClassName
{
background-color: #428E96;
}
.BgClassName
{
background-color: #428E96;
}
</style>
border-color css
<style>
span { border-color: #428E96; }
span { border-color: rgb(66,142,150); }
td.TdClassName
{
border-color: #428E96;
}
.TagClassName
{
border-color: #428E96;
}
</style>