Shades of Blue Chill #429C95
Tints of Blue Chill #429C95
RGB
CMYK
RGB Variations
Color information
#429C95 (or 0x429C95) is known color: Blue Chill. HEX triplet: 42, 9C and 95. RGB value is (66,156,149). Sum of RGB (Red+Green+Blue) = 66+156+149=371 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.79% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 156 - color contains mainly: green. Hex color #429C95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429C95 is #BD636A. Grayscale: #808080. Windows color (decimal): -12411755 or 9804866. OLE color: 9804866.
HSL color Cylindrical-coordinate representation of color #429C95: hue angle of 175.33º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #429C95 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 66 | 156 | 149 | - |
| CMYK | 0.58 | 0 | 0.04 | 0.39 |
| HSL | 175.33º | 0.41% | 0.44% | - |
| HSV(B) | 175.33º | 0.58% | 0.61% | - |
| XYZ | 19.56 | 27.11 | 32.63 | - |
| YUV | 128.29 | 139.68 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 156 | 149 | 0.58 | 0 | 0.04 | 0.39 | 175.33 | 0.41 | 0.44 |
| Hex | 42 | 9C | 95 | 3A | 0 | 4 | 27 | AF | 29 | 2C |
| Octal | 102 | 234 | 225 | 72 | 0 | 4 | 47 | 257 | 51 | 54 |
| Binary | 1000010 | 10011100 | 10010101 | 111010 | 0 | 100 | 100111 | 10101111 | 101001 | 101100 |
Color Harmonies of #429C95
Complementary color
Monochromatic Colors of #429C95
Black with #429C95
Text Example
Text Example
White with #429C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429C95; }
p { color: rgb(66,156,149); }
H1.HeaderClassName
{
color: #429C95;
}
.AnyTagClassName
{
color: #429C95;
}
</style>
background-color css
<style>
a { background-color: #429C95; }
a { background-color: rgb(66,156,149); }
div.DivClassName
{
background-color: #429C95;
}
.BgClassName
{
background-color: #429C95;
}
</style>
border-color css
<style>
span { border-color: #429C95; }
span { border-color: rgb(66,156,149); }
td.TdClassName
{
border-color: #429C95;
}
.TagClassName
{
border-color: #429C95;
}
</style>