Shades of Spray #84C6CE
Tints of Spray #84C6CE
RGB
CMYK
RGB Variations
Color information
#84C6CE (or 0x84C6CE) is known color: Spray. HEX triplet: 84, C6 and CE. RGB value is (132,198,206). Sum of RGB (Red+Green+Blue) = 132+198+206=536 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.63% from 536); Green value is 198 (77.73% from 255 or 36.94% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 206 - color contains mainly: blue. Hex color #84C6CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C6CE is #7B3931. Grayscale: #B3B3B3. Windows color (decimal): -8075570 or 13551236. OLE color: 13551236.
HSL color Cylindrical-coordinate representation of color #84C6CE: hue angle of 186.49º degrees, saturation: 0.43, 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 #84C6CE is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 198 | 206 | - |
| CMYK | 0.36 | 0.04 | 0 | 0.19 |
| HSL | 186.49º | 0.43% | 0.66% | - |
| HSV(B) | 186.49º | 0.36% | 0.81% | - |
| XYZ | 40.85 | 49.75 | 65.84 | - |
| YUV | 179.18 | 143.13 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 198 | 206 | 0.36 | 0.04 | 0 | 0.19 | 186.49 | 0.43 | 0.66 |
| Hex | 84 | C6 | CE | 24 | 4 | 0 | 13 | BA | 2B | 42 |
| Octal | 204 | 306 | 316 | 44 | 4 | 0 | 23 | 272 | 53 | 102 |
| Binary | 10000100 | 11000110 | 11001110 | 100100 | 100 | 0 | 10011 | 10111010 | 101011 | 1000010 |
Color Harmonies of #84C6CE
Complementary color
Monochromatic Colors of #84C6CE
Black with #84C6CE
Text Example
Text Example
White with #84C6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C6CE; }
p { color: rgb(132,198,206); }
H1.HeaderClassName
{
color: #84C6CE;
}
.AnyTagClassName
{
color: #84C6CE;
}
</style>
background-color css
<style>
a { background-color: #84C6CE; }
a { background-color: rgb(132,198,206); }
div.DivClassName
{
background-color: #84C6CE;
}
.BgClassName
{
background-color: #84C6CE;
}
</style>
border-color css
<style>
span { border-color: #84C6CE; }
span { border-color: rgb(132,198,206); }
td.TdClassName
{
border-color: #84C6CE;
}
.TagClassName
{
border-color: #84C6CE;
}
</style>