Shades of Spray #84C6CA
Tints of Spray #84C6CA
RGB
CMYK
RGB Variations
Color information
#84C6CA (or 0x84C6CA) is known color: Spray. HEX triplet: 84, C6 and CA. RGB value is (132,198,202). Sum of RGB (Red+Green+Blue) = 132+198+202=532 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.81% from 532); Green value is 198 (77.73% from 255 or 37.22% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 202 - color contains mainly: blue. Hex color #84C6CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C6CA is #7B3935. Grayscale: #B2B2B2. Windows color (decimal): -8075574 or 13289092. OLE color: 13289092.
HSL color Cylindrical-coordinate representation of color #84C6CA: hue angle of 183.43º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84C6CA is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 198 | 202 | - |
| CMYK | 0.35 | 0.02 | 0 | 0.21 |
| HSL | 183.43º | 0.4% | 0.65% | - |
| HSV(B) | 183.43º | 0.35% | 0.79% | - |
| XYZ | 40.37 | 49.56 | 63.32 | - |
| YUV | 178.72 | 141.13 | 94.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 198 | 202 | 0.35 | 0.02 | 0 | 0.21 | 183.43 | 0.4 | 0.65 |
| Hex | 84 | C6 | CA | 23 | 2 | 0 | 15 | B7 | 28 | 41 |
| Octal | 204 | 306 | 312 | 43 | 2 | 0 | 25 | 267 | 50 | 101 |
| Binary | 10000100 | 11000110 | 11001010 | 100011 | 10 | 0 | 10101 | 10110111 | 101000 | 1000001 |
Color Harmonies of #84C6CA
Complementary color
Monochromatic Colors of #84C6CA
Black with #84C6CA
Text Example
Text Example
White with #84C6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C6CA; }
p { color: rgb(132,198,202); }
H1.HeaderClassName
{
color: #84C6CA;
}
.AnyTagClassName
{
color: #84C6CA;
}
</style>
background-color css
<style>
a { background-color: #84C6CA; }
a { background-color: rgb(132,198,202); }
div.DivClassName
{
background-color: #84C6CA;
}
.BgClassName
{
background-color: #84C6CA;
}
</style>
border-color css
<style>
span { border-color: #84C6CA; }
span { border-color: rgb(132,198,202); }
td.TdClassName
{
border-color: #84C6CA;
}
.TagClassName
{
border-color: #84C6CA;
}
</style>