Shades of Spray #83DDDA
Tints of Spray #83DDDA
RGB
CMYK
RGB Variations
Color information
#83DDDA (or 0x83DDDA) is known color: Spray. HEX triplet: 83, DD and DA. RGB value is (131,221,218). Sum of RGB (Red+Green+Blue) = 131+221+218=570 (75% of max value = 765). Red value is 131 (51.56% from 255 or 22.98% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 221 - color contains mainly: green. Hex color #83DDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DDDA is #7C2225. Grayscale: #C1C1C1. Windows color (decimal): -8135206 or 14343555. OLE color: 14343555.
HSL color Cylindrical-coordinate representation of color #83DDDA: hue angle of 178º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83DDDA is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 221 | 218 | - |
| CMYK | 0.41 | 0 | 0.01 | 0.13 |
| HSL | 178º | 0.57% | 0.69% | - |
| HSV(B) | 178º | 0.41% | 0.87% | - |
| XYZ | 47.87 | 61.6 | 75.7 | - |
| YUV | 193.75 | 141.68 | 83.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 221 | 218 | 0.41 | 0 | 0.01 | 0.13 | 178 | 0.57 | 0.69 |
| Hex | 83 | DD | DA | 29 | 0 | 1 | D | B2 | 39 | 45 |
| Octal | 203 | 335 | 332 | 51 | 0 | 1 | 15 | 262 | 71 | 105 |
| Binary | 10000011 | 11011101 | 11011010 | 101001 | 0 | 1 | 1101 | 10110010 | 111001 | 1000101 |
Color Harmonies of #83DDDA
Complementary color
Monochromatic Colors of #83DDDA
Black with #83DDDA
Text Example
Text Example
White with #83DDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DDDA; }
p { color: rgb(131,221,218); }
H1.HeaderClassName
{
color: #83DDDA;
}
.AnyTagClassName
{
color: #83DDDA;
}
</style>
background-color css
<style>
a { background-color: #83DDDA; }
a { background-color: rgb(131,221,218); }
div.DivClassName
{
background-color: #83DDDA;
}
.BgClassName
{
background-color: #83DDDA;
}
</style>
border-color css
<style>
span { border-color: #83DDDA; }
span { border-color: rgb(131,221,218); }
td.TdClassName
{
border-color: #83DDDA;
}
.TagClassName
{
border-color: #83DDDA;
}
</style>