Shades of Blue Chill #428C8C
Tints of Blue Chill #428C8C
RGB
CMYK
RGB Variations
Color information
#428C8C (or 0x428C8C) is known color: Blue Chill. HEX triplet: 42, 8C and 8C. RGB value is (66,140,140). Sum of RGB (Red+Green+Blue) = 66+140+140=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 140 (55.08% from 255 or 40.46% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 140 - color contains mainly: green, blue. Hex color #428C8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428C8C is #BD7373. Grayscale: #757575. Windows color (decimal): -12415860 or 9210946. OLE color: 9210946.
HSL color Cylindrical-coordinate representation of color #428C8C: hue angle of 180º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #428C8C is Cyan = 0.53, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 140 | 140 | - |
| CMYK | 0.53 | 0 | 0 | 0.45 |
| HSL | 180º | 0.36% | 0.4% | - |
| HSV(B) | 180º | 0.53% | 0.55% | - |
| XYZ | 16.36 | 21.81 | 28.16 | - |
| YUV | 117.87 | 140.48 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 140 | 140 | 0.53 | 0 | 0 | 0.45 | 180 | 0.36 | 0.4 |
| Hex | 42 | 8C | 8C | 35 | 0 | 0 | 2D | B4 | 24 | 28 |
| Octal | 102 | 214 | 214 | 65 | 0 | 0 | 55 | 264 | 44 | 50 |
| Binary | 1000010 | 10001100 | 10001100 | 110101 | 0 | 0 | 101101 | 10110100 | 100100 | 101000 |
Color Harmonies of #428C8C
Complementary color
Monochromatic Colors of #428C8C
Black with #428C8C
Text Example
Text Example
White with #428C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428C8C; }
p { color: rgb(66,140,140); }
H1.HeaderClassName
{
color: #428C8C;
}
.AnyTagClassName
{
color: #428C8C;
}
</style>
background-color css
<style>
a { background-color: #428C8C; }
a { background-color: rgb(66,140,140); }
div.DivClassName
{
background-color: #428C8C;
}
.BgClassName
{
background-color: #428C8C;
}
</style>
border-color css
<style>
span { border-color: #428C8C; }
span { border-color: rgb(66,140,140); }
td.TdClassName
{
border-color: #428C8C;
}
.TagClassName
{
border-color: #428C8C;
}
</style>