Shades of Spray #84C2D6
Tints of Spray #84C2D6
RGB
CMYK
RGB Variations
Color information
#84C2D6 (or 0x84C2D6) is known color: Spray. HEX triplet: 84, C2 and D6. RGB value is (132,194,214). Sum of RGB (Red+Green+Blue) = 132+194+214=540 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.44% from 540); Green value is 194 (76.17% from 255 or 35.93% from 540); Blue value is 214 (83.98% from 255 or 39.63% from 540); Max value from RGB is 214 - color contains mainly: blue. Hex color #84C2D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C2D6 is #7B3D29. Grayscale: #B1B1B1. Windows color (decimal): -8076586 or 14074500. OLE color: 14074500.
HSL color Cylindrical-coordinate representation of color #84C2D6: hue angle of 194.63º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84C2D6 is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 194 | 214 | - |
| CMYK | 0.38 | 0.09 | 0 | 0.16 |
| HSL | 194.63º | 0.5% | 0.68% | - |
| HSV(B) | 194.63º | 0.38% | 0.84% | - |
| XYZ | 40.95 | 48.34 | 70.79 | - |
| YUV | 177.74 | 148.46 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 194 | 214 | 0.38 | 0.09 | 0 | 0.16 | 194.63 | 0.5 | 0.68 |
| Hex | 84 | C2 | D6 | 26 | 9 | 0 | 10 | C3 | 32 | 44 |
| Octal | 204 | 302 | 326 | 46 | 11 | 0 | 20 | 303 | 62 | 104 |
| Binary | 10000100 | 11000010 | 11010110 | 100110 | 1001 | 0 | 10000 | 11000011 | 110010 | 1000100 |
Color Harmonies of #84C2D6
Complementary color
Monochromatic Colors of #84C2D6
Black with #84C2D6
Text Example
Text Example
White with #84C2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C2D6; }
p { color: rgb(132,194,214); }
H1.HeaderClassName
{
color: #84C2D6;
}
.AnyTagClassName
{
color: #84C2D6;
}
</style>
background-color css
<style>
a { background-color: #84C2D6; }
a { background-color: rgb(132,194,214); }
div.DivClassName
{
background-color: #84C2D6;
}
.BgClassName
{
background-color: #84C2D6;
}
</style>
border-color css
<style>
span { border-color: #84C2D6; }
span { border-color: rgb(132,194,214); }
td.TdClassName
{
border-color: #84C2D6;
}
.TagClassName
{
border-color: #84C2D6;
}
</style>