Shades of Spray #84C1DC
Tints of Spray #84C1DC
RGB
CMYK
RGB Variations
Color information
#84C1DC (or 0x84C1DC) is known color: Spray. HEX triplet: 84, C1 and DC. RGB value is (132,193,220). Sum of RGB (Red+Green+Blue) = 132+193+220=545 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.22% from 545); Green value is 193 (75.78% from 255 or 35.41% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #84C1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C1DC is #7B3E23. Grayscale: #B1B1B1. Windows color (decimal): -8076836 or 14467460. OLE color: 14467460.
HSL color Cylindrical-coordinate representation of color #84C1DC: hue angle of 198.41º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84C1DC is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 193 | 220 | - |
| CMYK | 0.40 | 0.12 | 0 | 0.14 |
| HSL | 198.41º | 0.56% | 0.69% | - |
| HSV(B) | 198.41º | 0.4% | 0.86% | - |
| XYZ | 41.5 | 48.21 | 74.83 | - |
| YUV | 177.84 | 151.79 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 193 | 220 | 0.40 | 0.12 | 0 | 0.14 | 198.41 | 0.56 | 0.69 |
| Hex | 84 | C1 | DC | 28 | C | 0 | E | C6 | 38 | 45 |
| Octal | 204 | 301 | 334 | 50 | 14 | 0 | 16 | 306 | 70 | 105 |
| Binary | 10000100 | 11000001 | 11011100 | 101000 | 1100 | 0 | 1110 | 11000110 | 111000 | 1000101 |
Color Harmonies of #84C1DC
Complementary color
Monochromatic Colors of #84C1DC
Black with #84C1DC
Text Example
Text Example
White with #84C1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C1DC; }
p { color: rgb(132,193,220); }
H1.HeaderClassName
{
color: #84C1DC;
}
.AnyTagClassName
{
color: #84C1DC;
}
</style>
background-color css
<style>
a { background-color: #84C1DC; }
a { background-color: rgb(132,193,220); }
div.DivClassName
{
background-color: #84C1DC;
}
.BgClassName
{
background-color: #84C1DC;
}
</style>
border-color css
<style>
span { border-color: #84C1DC; }
span { border-color: rgb(132,193,220); }
td.TdClassName
{
border-color: #84C1DC;
}
.TagClassName
{
border-color: #84C1DC;
}
</style>