Shades of Blue Chill #428F8B
Tints of Blue Chill #428F8B
RGB
CMYK
RGB Variations
Color information
#428F8B (or 0x428F8B) is known color: Blue Chill. HEX triplet: 42, 8F and 8B. RGB value is (66,143,139). Sum of RGB (Red+Green+Blue) = 66+143+139=348 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.97% from 348); Green value is 143 (56.25% from 255 or 41.09% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 143 - color contains mainly: green. Hex color #428F8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428F8B is #BD7074. Grayscale: #777777. Windows color (decimal): -12415093 or 9146178. OLE color: 9146178.
HSL color Cylindrical-coordinate representation of color #428F8B: hue angle of 176.88º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #428F8B is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 143 | 139 | - |
| CMYK | 0.54 | 0 | 0.03 | 0.44 |
| HSL | 176.88º | 0.37% | 0.41% | - |
| HSV(B) | 176.88º | 0.54% | 0.56% | - |
| XYZ | 16.73 | 22.67 | 27.92 | - |
| YUV | 119.52 | 138.99 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 143 | 139 | 0.54 | 0 | 0.03 | 0.44 | 176.88 | 0.37 | 0.41 |
| Hex | 42 | 8F | 8B | 36 | 0 | 3 | 2C | B1 | 25 | 29 |
| Octal | 102 | 217 | 213 | 66 | 0 | 3 | 54 | 261 | 45 | 51 |
| Binary | 1000010 | 10001111 | 10001011 | 110110 | 0 | 11 | 101100 | 10110001 | 100101 | 101001 |
Color Harmonies of #428F8B
Complementary color
Monochromatic Colors of #428F8B
Black with #428F8B
Text Example
Text Example
White with #428F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428F8B; }
p { color: rgb(66,143,139); }
H1.HeaderClassName
{
color: #428F8B;
}
.AnyTagClassName
{
color: #428F8B;
}
</style>
background-color css
<style>
a { background-color: #428F8B; }
a { background-color: rgb(66,143,139); }
div.DivClassName
{
background-color: #428F8B;
}
.BgClassName
{
background-color: #428F8B;
}
</style>
border-color css
<style>
span { border-color: #428F8B; }
span { border-color: rgb(66,143,139); }
td.TdClassName
{
border-color: #428F8B;
}
.TagClassName
{
border-color: #428F8B;
}
</style>