Shades of Spray #84C3D6
Tints of Spray #84C3D6
RGB
CMYK
RGB Variations
Color information
#84C3D6 (or 0x84C3D6) is known color: Spray. HEX triplet: 84, C3 and D6. RGB value is (132,195,214). Sum of RGB (Red+Green+Blue) = 132+195+214=541 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.40% from 541); Green value is 195 (76.56% from 255 or 36.04% from 541); Blue value is 214 (83.98% from 255 or 39.56% from 541); Max value from RGB is 214 - color contains mainly: blue. Hex color #84C3D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C3D6 is #7B3C29. Grayscale: #B2B2B2. Windows color (decimal): -8076330 or 14074756. OLE color: 14074756.
HSL color Cylindrical-coordinate representation of color #84C3D6: hue angle of 193.9º 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 #84C3D6 is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 195 | 214 | - |
| CMYK | 0.38 | 0.09 | 0 | 0.16 |
| HSL | 193.9º | 0.5% | 0.68% | - |
| HSV(B) | 193.9º | 0.38% | 0.84% | - |
| XYZ | 41.17 | 48.79 | 70.87 | - |
| YUV | 178.33 | 148.13 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 195 | 214 | 0.38 | 0.09 | 0 | 0.16 | 193.9 | 0.5 | 0.68 |
| Hex | 84 | C3 | D6 | 26 | 9 | 0 | 10 | C2 | 32 | 44 |
| Octal | 204 | 303 | 326 | 46 | 11 | 0 | 20 | 302 | 62 | 104 |
| Binary | 10000100 | 11000011 | 11010110 | 100110 | 1001 | 0 | 10000 | 11000010 | 110010 | 1000100 |
Color Harmonies of #84C3D6
Complementary color
Monochromatic Colors of #84C3D6
Black with #84C3D6
Text Example
Text Example
White with #84C3D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C3D6; }
p { color: rgb(132,195,214); }
H1.HeaderClassName
{
color: #84C3D6;
}
.AnyTagClassName
{
color: #84C3D6;
}
</style>
background-color css
<style>
a { background-color: #84C3D6; }
a { background-color: rgb(132,195,214); }
div.DivClassName
{
background-color: #84C3D6;
}
.BgClassName
{
background-color: #84C3D6;
}
</style>
border-color css
<style>
span { border-color: #84C3D6; }
span { border-color: rgb(132,195,214); }
td.TdClassName
{
border-color: #84C3D6;
}
.TagClassName
{
border-color: #84C3D6;
}
</style>