Shades of Blue Chill #428F99
Tints of Blue Chill #428F99
RGB
CMYK
RGB Variations
Color information
#428F99 (or 0x428F99) is known color: Blue Chill. HEX triplet: 42, 8F and 99. RGB value is (66,143,153). Sum of RGB (Red+Green+Blue) = 66+143+153=362 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.23% from 362); Green value is 143 (56.25% from 255 or 39.50% from 362); Blue value is 153 (60.16% from 255 or 42.27% from 362); Max value from RGB is 153 - color contains mainly: blue. Hex color #428F99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428F99 is #BD7066. Grayscale: #787878. Windows color (decimal): -12415079 or 10063682. OLE color: 10063682.
HSL color Cylindrical-coordinate representation of color #428F99: hue angle of 186.9º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #428F99 is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 66 | 143 | 153 | - |
| CMYK | 0.57 | 0.07 | 0 | 0.4 |
| HSL | 186.9º | 0.4% | 0.43% | - |
| HSV(B) | 186.9º | 0.57% | 0.6% | - |
| XYZ | 17.82 | 23.1 | 33.66 | - |
| YUV | 121.12 | 145.99 | 88.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 143 | 153 | 0.57 | 0.07 | 0 | 0.4 | 186.9 | 0.4 | 0.43 |
| Hex | 42 | 8F | 99 | 39 | 7 | 0 | 28 | BB | 28 | 2B |
| Octal | 102 | 217 | 231 | 71 | 7 | 0 | 50 | 273 | 50 | 53 |
| Binary | 1000010 | 10001111 | 10011001 | 111001 | 111 | 0 | 101000 | 10111011 | 101000 | 101011 |
Color Harmonies of #428F99
Complementary color
Monochromatic Colors of #428F99
Black with #428F99
Text Example
Text Example
White with #428F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428F99; }
p { color: rgb(66,143,153); }
H1.HeaderClassName
{
color: #428F99;
}
.AnyTagClassName
{
color: #428F99;
}
</style>
background-color css
<style>
a { background-color: #428F99; }
a { background-color: rgb(66,143,153); }
div.DivClassName
{
background-color: #428F99;
}
.BgClassName
{
background-color: #428F99;
}
</style>
border-color css
<style>
span { border-color: #428F99; }
span { border-color: rgb(66,143,153); }
td.TdClassName
{
border-color: #428F99;
}
.TagClassName
{
border-color: #428F99;
}
</style>