Shades of Spray #84C6CF
Tints of Spray #84C6CF
RGB
CMYK
RGB Variations
Color information
#84C6CF (or 0x84C6CF) is known color: Spray. HEX triplet: 84, C6 and CF. RGB value is (132,198,207). Sum of RGB (Red+Green+Blue) = 132+198+207=537 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.58% from 537); Green value is 198 (77.73% from 255 or 36.87% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 207 - color contains mainly: blue. Hex color #84C6CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C6CF is #7B3930. Grayscale: #B3B3B3. Windows color (decimal): -8075569 or 13616772. OLE color: 13616772.
HSL color Cylindrical-coordinate representation of color #84C6CF: hue angle of 187.2º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84C6CF is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 198 | 207 | - |
| CMYK | 0.36 | 0.04 | 0 | 0.19 |
| HSL | 187.2º | 0.44% | 0.66% | - |
| HSV(B) | 187.2º | 0.36% | 0.81% | - |
| XYZ | 40.97 | 49.8 | 66.48 | - |
| YUV | 179.29 | 143.63 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 198 | 207 | 0.36 | 0.04 | 0 | 0.19 | 187.2 | 0.44 | 0.66 |
| Hex | 84 | C6 | CF | 24 | 4 | 0 | 13 | BB | 2C | 42 |
| Octal | 204 | 306 | 317 | 44 | 4 | 0 | 23 | 273 | 54 | 102 |
| Binary | 10000100 | 11000110 | 11001111 | 100100 | 100 | 0 | 10011 | 10111011 | 101100 | 1000010 |
Color Harmonies of #84C6CF
Complementary color
Monochromatic Colors of #84C6CF
Black with #84C6CF
Text Example
Text Example
White with #84C6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C6CF; }
p { color: rgb(132,198,207); }
H1.HeaderClassName
{
color: #84C6CF;
}
.AnyTagClassName
{
color: #84C6CF;
}
</style>
background-color css
<style>
a { background-color: #84C6CF; }
a { background-color: rgb(132,198,207); }
div.DivClassName
{
background-color: #84C6CF;
}
.BgClassName
{
background-color: #84C6CF;
}
</style>
border-color css
<style>
span { border-color: #84C6CF; }
span { border-color: rgb(132,198,207); }
td.TdClassName
{
border-color: #84C6CF;
}
.TagClassName
{
border-color: #84C6CF;
}
</style>