Shades of Spray #84C9CD
Tints of Spray #84C9CD
RGB
CMYK
RGB Variations
Color information
#84C9CD (or 0x84C9CD) is known color: Spray. HEX triplet: 84, C9 and CD. RGB value is (132,201,205). Sum of RGB (Red+Green+Blue) = 132+201+205=538 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.54% from 538); Green value is 201 (78.91% from 255 or 37.36% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 205 - color contains mainly: blue. Hex color #84C9CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C9CD is #7B3632. Grayscale: #B4B4B4. Windows color (decimal): -8074803 or 13486468. OLE color: 13486468.
HSL color Cylindrical-coordinate representation of color #84C9CD: hue angle of 183.29º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84C9CD is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 201 | 205 | - |
| CMYK | 0.36 | 0.02 | 0 | 0.20 |
| HSL | 183.29º | 0.42% | 0.66% | - |
| HSV(B) | 183.29º | 0.36% | 0.8% | - |
| XYZ | 41.42 | 51.09 | 65.44 | - |
| YUV | 180.83 | 141.64 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 201 | 205 | 0.36 | 0.02 | 0 | 0.20 | 183.29 | 0.42 | 0.66 |
| Hex | 84 | C9 | CD | 24 | 2 | 0 | 14 | B7 | 2A | 42 |
| Octal | 204 | 311 | 315 | 44 | 2 | 0 | 24 | 267 | 52 | 102 |
| Binary | 10000100 | 11001001 | 11001101 | 100100 | 10 | 0 | 10100 | 10110111 | 101010 | 1000010 |
Color Harmonies of #84C9CD
Complementary color
Monochromatic Colors of #84C9CD
Black with #84C9CD
Text Example
Text Example
White with #84C9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C9CD; }
p { color: rgb(132,201,205); }
H1.HeaderClassName
{
color: #84C9CD;
}
.AnyTagClassName
{
color: #84C9CD;
}
</style>
background-color css
<style>
a { background-color: #84C9CD; }
a { background-color: rgb(132,201,205); }
div.DivClassName
{
background-color: #84C9CD;
}
.BgClassName
{
background-color: #84C9CD;
}
</style>
border-color css
<style>
span { border-color: #84C9CD; }
span { border-color: rgb(132,201,205); }
td.TdClassName
{
border-color: #84C9CD;
}
.TagClassName
{
border-color: #84C9CD;
}
</style>