Shades of Spray #84D1DA
Tints of Spray #84D1DA
RGB
CMYK
RGB Variations
Color information
#84D1DA (or 0x84D1DA) is known color: Spray. HEX triplet: 84, D1 and DA. RGB value is (132,209,218). Sum of RGB (Red+Green+Blue) = 132+209+218=559 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.61% from 559); Green value is 209 (82.03% from 255 or 37.39% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 218 - color contains mainly: blue. Hex color #84D1DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D1DA is #7B2E25. Grayscale: #BABABA. Windows color (decimal): -8072742 or 14340484. OLE color: 14340484.
HSL color Cylindrical-coordinate representation of color #84D1DA: hue angle of 186.28º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84D1DA is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 209 | 218 | - |
| CMYK | 0.39 | 0.04 | 0 | 0.15 |
| HSL | 186.28º | 0.54% | 0.69% | - |
| HSV(B) | 186.28º | 0.39% | 0.85% | - |
| XYZ | 44.97 | 55.57 | 74.69 | - |
| YUV | 187 | 145.49 | 88.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 209 | 218 | 0.39 | 0.04 | 0 | 0.15 | 186.28 | 0.54 | 0.69 |
| Hex | 84 | D1 | DA | 27 | 4 | 0 | F | BA | 36 | 45 |
| Octal | 204 | 321 | 332 | 47 | 4 | 0 | 17 | 272 | 66 | 105 |
| Binary | 10000100 | 11010001 | 11011010 | 100111 | 100 | 0 | 1111 | 10111010 | 110110 | 1000101 |
Color Harmonies of #84D1DA
Complementary color
Monochromatic Colors of #84D1DA
Black with #84D1DA
Text Example
Text Example
White with #84D1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D1DA; }
p { color: rgb(132,209,218); }
H1.HeaderClassName
{
color: #84D1DA;
}
.AnyTagClassName
{
color: #84D1DA;
}
</style>
background-color css
<style>
a { background-color: #84D1DA; }
a { background-color: rgb(132,209,218); }
div.DivClassName
{
background-color: #84D1DA;
}
.BgClassName
{
background-color: #84D1DA;
}
</style>
border-color css
<style>
span { border-color: #84D1DA; }
span { border-color: rgb(132,209,218); }
td.TdClassName
{
border-color: #84D1DA;
}
.TagClassName
{
border-color: #84D1DA;
}
</style>