Shades of Spray #84C2DB
Tints of Spray #84C2DB
RGB
CMYK
RGB Variations
Color information
#84C2DB (or 0x84C2DB) is known color: Spray. HEX triplet: 84, C2 and DB. RGB value is (132,194,219). Sum of RGB (Red+Green+Blue) = 132+194+219=545 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.22% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #84C2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C2DB is #7B3D24. Grayscale: #B2B2B2. Windows color (decimal): -8076581 or 14402180. OLE color: 14402180.
HSL color Cylindrical-coordinate representation of color #84C2DB: hue angle of 197.24º degrees, saturation: 0.55, 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 #84C2DB is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 194 | 219 | - |
| CMYK | 0.40 | 0.11 | 0 | 0.14 |
| HSL | 197.24º | 0.55% | 0.69% | - |
| HSV(B) | 197.24º | 0.4% | 0.86% | - |
| XYZ | 41.59 | 48.6 | 74.21 | - |
| YUV | 178.31 | 150.96 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 194 | 219 | 0.40 | 0.11 | 0 | 0.14 | 197.24 | 0.55 | 0.69 |
| Hex | 84 | C2 | DB | 28 | B | 0 | E | C5 | 37 | 45 |
| Octal | 204 | 302 | 333 | 50 | 13 | 0 | 16 | 305 | 67 | 105 |
| Binary | 10000100 | 11000010 | 11011011 | 101000 | 1011 | 0 | 1110 | 11000101 | 110111 | 1000101 |
Color Harmonies of #84C2DB
Complementary color
Monochromatic Colors of #84C2DB
Black with #84C2DB
Text Example
Text Example
White with #84C2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C2DB; }
p { color: rgb(132,194,219); }
H1.HeaderClassName
{
color: #84C2DB;
}
.AnyTagClassName
{
color: #84C2DB;
}
</style>
background-color css
<style>
a { background-color: #84C2DB; }
a { background-color: rgb(132,194,219); }
div.DivClassName
{
background-color: #84C2DB;
}
.BgClassName
{
background-color: #84C2DB;
}
</style>
border-color css
<style>
span { border-color: #84C2DB; }
span { border-color: rgb(132,194,219); }
td.TdClassName
{
border-color: #84C2DB;
}
.TagClassName
{
border-color: #84C2DB;
}
</style>