Shades of Spray #84C2CD
Tints of Spray #84C2CD
RGB
CMYK
RGB Variations
Color information
#84C2CD (or 0x84C2CD) is known color: Spray. HEX triplet: 84, C2 and CD. RGB value is (132,194,205). Sum of RGB (Red+Green+Blue) = 132+194+205=531 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.86% from 531); Green value is 194 (76.17% from 255 or 36.53% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 205 - color contains mainly: blue. Hex color #84C2CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C2CD is #7B3D32. Grayscale: #B0B0B0. Windows color (decimal): -8076595 or 13484676. OLE color: 13484676.
HSL color Cylindrical-coordinate representation of color #84C2CD: hue angle of 189.04º 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 #84C2CD is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 194 | 205 | - |
| CMYK | 0.36 | 0.05 | 0 | 0.20 |
| HSL | 189.04º | 0.42% | 0.66% | - |
| HSV(B) | 189.04º | 0.36% | 0.8% | - |
| XYZ | 39.83 | 47.9 | 64.9 | - |
| YUV | 176.72 | 143.96 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 194 | 205 | 0.36 | 0.05 | 0 | 0.20 | 189.04 | 0.42 | 0.66 |
| Hex | 84 | C2 | CD | 24 | 5 | 0 | 14 | BD | 2A | 42 |
| Octal | 204 | 302 | 315 | 44 | 5 | 0 | 24 | 275 | 52 | 102 |
| Binary | 10000100 | 11000010 | 11001101 | 100100 | 101 | 0 | 10100 | 10111101 | 101010 | 1000010 |
Color Harmonies of #84C2CD
Complementary color
Monochromatic Colors of #84C2CD
Black with #84C2CD
Text Example
Text Example
White with #84C2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C2CD; }
p { color: rgb(132,194,205); }
H1.HeaderClassName
{
color: #84C2CD;
}
.AnyTagClassName
{
color: #84C2CD;
}
</style>
background-color css
<style>
a { background-color: #84C2CD; }
a { background-color: rgb(132,194,205); }
div.DivClassName
{
background-color: #84C2CD;
}
.BgClassName
{
background-color: #84C2CD;
}
</style>
border-color css
<style>
span { border-color: #84C2CD; }
span { border-color: rgb(132,194,205); }
td.TdClassName
{
border-color: #84C2CD;
}
.TagClassName
{
border-color: #84C2CD;
}
</style>