Shades of Spray #83D9DA
Tints of Spray #83D9DA
RGB
CMYK
RGB Variations
Color information
#83D9DA (or 0x83D9DA) is known color: Spray. HEX triplet: 83, D9 and DA. RGB value is (131,217,218). Sum of RGB (Red+Green+Blue) = 131+217+218=566 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.14% from 566); Green value is 217 (85.16% from 255 or 38.34% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 218 - color contains mainly: blue. Hex color #83D9DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83D9DA is #7C2625. Grayscale: #BFBFBF. Windows color (decimal): -8136230 or 14342531. OLE color: 14342531.
HSL color Cylindrical-coordinate representation of color #83D9DA: hue angle of 180.69º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83D9DA is Cyan = 0.40, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 217 | 218 | - |
| CMYK | 0.40 | 0.00 | 0 | 0.15 |
| HSL | 180.69º | 0.54% | 0.68% | - |
| HSV(B) | 180.69º | 0.4% | 0.85% | - |
| XYZ | 46.83 | 59.51 | 75.35 | - |
| YUV | 191.4 | 143.01 | 84.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 217 | 218 | 0.40 | 0.00 | 0 | 0.15 | 180.69 | 0.54 | 0.68 |
| Hex | 83 | D9 | DA | 28 | 0 | 0 | F | B5 | 36 | 44 |
| Octal | 203 | 331 | 332 | 50 | 0 | 0 | 17 | 265 | 66 | 104 |
| Binary | 10000011 | 11011001 | 11011010 | 101000 | 0 | 0 | 1111 | 10110101 | 110110 | 1000100 |
Color Harmonies of #83D9DA
Complementary color
Monochromatic Colors of #83D9DA
Black with #83D9DA
Text Example
Text Example
White with #83D9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D9DA; }
p { color: rgb(131,217,218); }
H1.HeaderClassName
{
color: #83D9DA;
}
.AnyTagClassName
{
color: #83D9DA;
}
</style>
background-color css
<style>
a { background-color: #83D9DA; }
a { background-color: rgb(131,217,218); }
div.DivClassName
{
background-color: #83D9DA;
}
.BgClassName
{
background-color: #83D9DA;
}
</style>
border-color css
<style>
span { border-color: #83D9DA; }
span { border-color: rgb(131,217,218); }
td.TdClassName
{
border-color: #83D9DA;
}
.TagClassName
{
border-color: #83D9DA;
}
</style>