Shades of Spray #83D1D8
Tints of Spray #83D1D8
RGB
CMYK
RGB Variations
Color information
#83D1D8 (or 0x83D1D8) is known color: Spray. HEX triplet: 83, D1 and D8. RGB value is (131,209,216). Sum of RGB (Red+Green+Blue) = 131+209+216=556 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.56% from 556); Green value is 209 (82.03% from 255 or 37.59% from 556); Blue value is 216 (84.77% from 255 or 38.85% from 556); Max value from RGB is 216 - color contains mainly: blue. Hex color #83D1D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83D1D8 is #7C2E27. Grayscale: #BABABA. Windows color (decimal): -8138280 or 14209411. OLE color: 14209411.
HSL color Cylindrical-coordinate representation of color #83D1D8: hue angle of 184.94º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #83D1D8 is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 209 | 216 | - |
| CMYK | 0.39 | 0.03 | 0 | 0.15 |
| HSL | 184.94º | 0.52% | 0.68% | - |
| HSV(B) | 184.94º | 0.39% | 0.85% | - |
| XYZ | 44.56 | 55.38 | 73.31 | - |
| YUV | 186.48 | 144.66 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 209 | 216 | 0.39 | 0.03 | 0 | 0.15 | 184.94 | 0.52 | 0.68 |
| Hex | 83 | D1 | D8 | 27 | 3 | 0 | F | B9 | 34 | 44 |
| Octal | 203 | 321 | 330 | 47 | 3 | 0 | 17 | 271 | 64 | 104 |
| Binary | 10000011 | 11010001 | 11011000 | 100111 | 11 | 0 | 1111 | 10111001 | 110100 | 1000100 |
Color Harmonies of #83D1D8
Complementary color
Monochromatic Colors of #83D1D8
Black with #83D1D8
Text Example
Text Example
White with #83D1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D1D8; }
p { color: rgb(131,209,216); }
H1.HeaderClassName
{
color: #83D1D8;
}
.AnyTagClassName
{
color: #83D1D8;
}
</style>
background-color css
<style>
a { background-color: #83D1D8; }
a { background-color: rgb(131,209,216); }
div.DivClassName
{
background-color: #83D1D8;
}
.BgClassName
{
background-color: #83D1D8;
}
</style>
border-color css
<style>
span { border-color: #83D1D8; }
span { border-color: rgb(131,209,216); }
td.TdClassName
{
border-color: #83D1D8;
}
.TagClassName
{
border-color: #83D1D8;
}
</style>