Shades of Spray #84C2D4
Tints of Spray #84C2D4
RGB
CMYK
RGB Variations
Color information
#84C2D4 (or 0x84C2D4) is known color: Spray. HEX triplet: 84, C2 and D4. RGB value is (132,194,212). Sum of RGB (Red+Green+Blue) = 132+194+212=538 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.54% from 538); Green value is 194 (76.17% from 255 or 36.06% from 538); Blue value is 212 (83.20% from 255 or 39.41% from 538); Max value from RGB is 212 - color contains mainly: blue. Hex color #84C2D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C2D4 is #7B3D2B. Grayscale: #B1B1B1. Windows color (decimal): -8076588 or 13943428. OLE color: 13943428.
HSL color Cylindrical-coordinate representation of color #84C2D4: hue angle of 193.5º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84C2D4 is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 132 | 194 | 212 | - |
| CMYK | 0.38 | 0.08 | 0 | 0.17 |
| HSL | 193.5º | 0.48% | 0.67% | - |
| HSV(B) | 193.5º | 0.38% | 0.83% | - |
| XYZ | 40.69 | 48.24 | 69.45 | - |
| YUV | 177.51 | 147.46 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 194 | 212 | 0.38 | 0.08 | 0 | 0.17 | 193.5 | 0.48 | 0.67 |
| Hex | 84 | C2 | D4 | 26 | 8 | 0 | 11 | C2 | 30 | 43 |
| Octal | 204 | 302 | 324 | 46 | 10 | 0 | 21 | 302 | 60 | 103 |
| Binary | 10000100 | 11000010 | 11010100 | 100110 | 1000 | 0 | 10001 | 11000010 | 110000 | 1000011 |
Color Harmonies of #84C2D4
Complementary color
Monochromatic Colors of #84C2D4
Black with #84C2D4
Text Example
Text Example
White with #84C2D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C2D4; }
p { color: rgb(132,194,212); }
H1.HeaderClassName
{
color: #84C2D4;
}
.AnyTagClassName
{
color: #84C2D4;
}
</style>
background-color css
<style>
a { background-color: #84C2D4; }
a { background-color: rgb(132,194,212); }
div.DivClassName
{
background-color: #84C2D4;
}
.BgClassName
{
background-color: #84C2D4;
}
</style>
border-color css
<style>
span { border-color: #84C2D4; }
span { border-color: rgb(132,194,212); }
td.TdClassName
{
border-color: #84C2D4;
}
.TagClassName
{
border-color: #84C2D4;
}
</style>