Shades of Spray #83D1D7
Tints of Spray #83D1D7
RGB
CMYK
RGB Variations
Color information
#83D1D7 (or 0x83D1D7) is known color: Spray. HEX triplet: 83, D1 and D7. RGB value is (131,209,215). Sum of RGB (Red+Green+Blue) = 131+209+215=555 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.60% from 555); Green value is 209 (82.03% from 255 or 37.66% from 555); Blue value is 215 (84.38% from 255 or 38.74% from 555); Max value from RGB is 215 - color contains mainly: blue. Hex color #83D1D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83D1D7 is #7C2E28. Grayscale: #BABABA. Windows color (decimal): -8138281 or 14143875. OLE color: 14143875.
HSL color Cylindrical-coordinate representation of color #83D1D7: hue angle of 184.29º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #83D1D7 is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 209 | 215 | - |
| CMYK | 0.39 | 0.03 | 0 | 0.16 |
| HSL | 184.29º | 0.51% | 0.68% | - |
| HSV(B) | 184.29º | 0.39% | 0.84% | - |
| XYZ | 44.43 | 55.33 | 72.63 | - |
| YUV | 186.36 | 144.16 | 88.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 209 | 215 | 0.39 | 0.03 | 0 | 0.16 | 184.29 | 0.51 | 0.68 |
| Hex | 83 | D1 | D7 | 27 | 3 | 0 | 10 | B8 | 33 | 44 |
| Octal | 203 | 321 | 327 | 47 | 3 | 0 | 20 | 270 | 63 | 104 |
| Binary | 10000011 | 11010001 | 11010111 | 100111 | 11 | 0 | 10000 | 10111000 | 110011 | 1000100 |
Color Harmonies of #83D1D7
Complementary color
Monochromatic Colors of #83D1D7
Black with #83D1D7
Text Example
Text Example
White with #83D1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D1D7; }
p { color: rgb(131,209,215); }
H1.HeaderClassName
{
color: #83D1D7;
}
.AnyTagClassName
{
color: #83D1D7;
}
</style>
background-color css
<style>
a { background-color: #83D1D7; }
a { background-color: rgb(131,209,215); }
div.DivClassName
{
background-color: #83D1D7;
}
.BgClassName
{
background-color: #83D1D7;
}
</style>
border-color css
<style>
span { border-color: #83D1D7; }
span { border-color: rgb(131,209,215); }
td.TdClassName
{
border-color: #83D1D7;
}
.TagClassName
{
border-color: #83D1D7;
}
</style>