Shades of Blue Chill #428D88
Tints of Blue Chill #428D88
RGB
CMYK
RGB Variations
Color information
#428D88 (or 0x428D88) is known color: Blue Chill. HEX triplet: 42, 8D and 88. RGB value is (66,141,136). Sum of RGB (Red+Green+Blue) = 66+141+136=343 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.24% from 343); Green value is 141 (55.47% from 255 or 41.11% from 343); Blue value is 136 (53.52% from 255 or 39.65% from 343); Max value from RGB is 141 - color contains mainly: green. Hex color #428D88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428D88 is #BD7277. Grayscale: #757575. Windows color (decimal): -12415608 or 8949058. OLE color: 8949058.
HSL color Cylindrical-coordinate representation of color #428D88: hue angle of 176º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #428D88 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 141 | 136 | - |
| CMYK | 0.53 | 0 | 0.04 | 0.45 |
| HSL | 176º | 0.36% | 0.41% | - |
| HSV(B) | 176º | 0.53% | 0.55% | - |
| XYZ | 16.22 | 21.99 | 26.68 | - |
| YUV | 118.01 | 138.15 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 141 | 136 | 0.53 | 0 | 0.04 | 0.45 | 176 | 0.36 | 0.41 |
| Hex | 42 | 8D | 88 | 35 | 0 | 4 | 2D | B0 | 24 | 29 |
| Octal | 102 | 215 | 210 | 65 | 0 | 4 | 55 | 260 | 44 | 51 |
| Binary | 1000010 | 10001101 | 10001000 | 110101 | 0 | 100 | 101101 | 10110000 | 100100 | 101001 |
Color Harmonies of #428D88
Complementary color
Monochromatic Colors of #428D88
Black with #428D88
Text Example
Text Example
White with #428D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428D88; }
p { color: rgb(66,141,136); }
H1.HeaderClassName
{
color: #428D88;
}
.AnyTagClassName
{
color: #428D88;
}
</style>
background-color css
<style>
a { background-color: #428D88; }
a { background-color: rgb(66,141,136); }
div.DivClassName
{
background-color: #428D88;
}
.BgClassName
{
background-color: #428D88;
}
</style>
border-color css
<style>
span { border-color: #428D88; }
span { border-color: rgb(66,141,136); }
td.TdClassName
{
border-color: #428D88;
}
.TagClassName
{
border-color: #428D88;
}
</style>