Shades of Spray #84D1DF
Tints of Spray #84D1DF
RGB
CMYK
RGB Variations
Color information
#84D1DF (or 0x84D1DF) is known color: Spray. HEX triplet: 84, D1 and DF. RGB value is (132,209,223). Sum of RGB (Red+Green+Blue) = 132+209+223=564 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.40% from 564); Green value is 209 (82.03% from 255 or 37.06% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 223 - color contains mainly: blue. Hex color #84D1DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D1DF is #7B2E20. Grayscale: #BBBBBB. Windows color (decimal): -8072737 or 14668164. OLE color: 14668164.
HSL color Cylindrical-coordinate representation of color #84D1DF: hue angle of 189.23º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84D1DF is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 209 | 223 | - |
| CMYK | 0.41 | 0.06 | 0 | 0.13 |
| HSL | 189.23º | 0.59% | 0.7% | - |
| HSV(B) | 189.23º | 0.41% | 0.87% | - |
| XYZ | 45.64 | 55.83 | 78.18 | - |
| YUV | 187.57 | 147.99 | 88.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 209 | 223 | 0.41 | 0.06 | 0 | 0.13 | 189.23 | 0.59 | 0.7 |
| Hex | 84 | D1 | DF | 29 | 6 | 0 | D | BD | 3B | 46 |
| Octal | 204 | 321 | 337 | 51 | 6 | 0 | 15 | 275 | 73 | 106 |
| Binary | 10000100 | 11010001 | 11011111 | 101001 | 110 | 0 | 1101 | 10111101 | 111011 | 1000110 |
Color Harmonies of #84D1DF
Complementary color
Monochromatic Colors of #84D1DF
Black with #84D1DF
Text Example
Text Example
White with #84D1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D1DF; }
p { color: rgb(132,209,223); }
H1.HeaderClassName
{
color: #84D1DF;
}
.AnyTagClassName
{
color: #84D1DF;
}
</style>
background-color css
<style>
a { background-color: #84D1DF; }
a { background-color: rgb(132,209,223); }
div.DivClassName
{
background-color: #84D1DF;
}
.BgClassName
{
background-color: #84D1DF;
}
</style>
border-color css
<style>
span { border-color: #84D1DF; }
span { border-color: rgb(132,209,223); }
td.TdClassName
{
border-color: #84D1DF;
}
.TagClassName
{
border-color: #84D1DF;
}
</style>