Shades of Spray #83DFDF
Tints of Spray #83DFDF
RGB
CMYK
RGB Variations
Color information
#83DFDF (or 0x83DFDF) is known color: Spray. HEX triplet: 83, DF and DF. RGB value is (131,223,223). Sum of RGB (Red+Green+Blue) = 131+223+223=577 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.70% from 577); Green value is 223 (87.5% from 255 or 38.65% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #83DFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DFDF is #7C2020. Grayscale: #C3C3C3. Windows color (decimal): -8134689 or 14671747. OLE color: 14671747.
HSL color Cylindrical-coordinate representation of color #83DFDF: hue angle of 180º degrees, saturation: 0.59, 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 #83DFDF is Cyan = 0.41, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 223 | 223 | - |
| CMYK | 0.41 | 0 | 0 | 0.13 |
| HSL | 180º | 0.59% | 0.69% | - |
| HSV(B) | 180º | 0.41% | 0.87% | - |
| XYZ | 49.07 | 62.93 | 79.37 | - |
| YUV | 195.49 | 143.52 | 82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 223 | 223 | 0.41 | 0 | 0 | 0.13 | 180 | 0.59 | 0.69 |
| Hex | 83 | DF | DF | 29 | 0 | 0 | D | B4 | 3B | 45 |
| Octal | 203 | 337 | 337 | 51 | 0 | 0 | 15 | 264 | 73 | 105 |
| Binary | 10000011 | 11011111 | 11011111 | 101001 | 0 | 0 | 1101 | 10110100 | 111011 | 1000101 |
Color Harmonies of #83DFDF
Complementary color
Monochromatic Colors of #83DFDF
Black with #83DFDF
Text Example
Text Example
White with #83DFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DFDF; }
p { color: rgb(131,223,223); }
H1.HeaderClassName
{
color: #83DFDF;
}
.AnyTagClassName
{
color: #83DFDF;
}
</style>
background-color css
<style>
a { background-color: #83DFDF; }
a { background-color: rgb(131,223,223); }
div.DivClassName
{
background-color: #83DFDF;
}
.BgClassName
{
background-color: #83DFDF;
}
</style>
border-color css
<style>
span { border-color: #83DFDF; }
span { border-color: rgb(131,223,223); }
td.TdClassName
{
border-color: #83DFDF;
}
.TagClassName
{
border-color: #83DFDF;
}
</style>