Shades of Blue Chill #429E93
Tints of Blue Chill #429E93
RGB
CMYK
RGB Variations
Color information
#429E93 (or 0x429E93) is known color: Blue Chill. HEX triplet: 42, 9E and 93. RGB value is (66,158,147). Sum of RGB (Red+Green+Blue) = 66+158+147=371 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.79% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 158 - color contains mainly: green. Hex color #429E93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429E93 is #BD616C. Grayscale: #818181. Windows color (decimal): -12411245 or 9674306. OLE color: 9674306.
HSL color Cylindrical-coordinate representation of color #429E93: hue angle of 172.83º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #429E93 is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 158 | 147 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.38 |
| HSL | 172.83º | 0.41% | 0.44% | - |
| HSV(B) | 172.83º | 0.58% | 0.62% | - |
| XYZ | 19.74 | 27.72 | 31.91 | - |
| YUV | 129.24 | 138.02 | 82.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 158 | 147 | 0.58 | 0 | 0.07 | 0.38 | 172.83 | 0.41 | 0.44 |
| Hex | 42 | 9E | 93 | 3A | 0 | 7 | 26 | AD | 29 | 2C |
| Octal | 102 | 236 | 223 | 72 | 0 | 7 | 46 | 255 | 51 | 54 |
| Binary | 1000010 | 10011110 | 10010011 | 111010 | 0 | 111 | 100110 | 10101101 | 101001 | 101100 |
Color Harmonies of #429E93
Complementary color
Monochromatic Colors of #429E93
Black with #429E93
Text Example
Text Example
White with #429E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429E93; }
p { color: rgb(66,158,147); }
H1.HeaderClassName
{
color: #429E93;
}
.AnyTagClassName
{
color: #429E93;
}
</style>
background-color css
<style>
a { background-color: #429E93; }
a { background-color: rgb(66,158,147); }
div.DivClassName
{
background-color: #429E93;
}
.BgClassName
{
background-color: #429E93;
}
</style>
border-color css
<style>
span { border-color: #429E93; }
span { border-color: rgb(66,158,147); }
td.TdClassName
{
border-color: #429E93;
}
.TagClassName
{
border-color: #429E93;
}
</style>