Shades of Spray #83DCDB
Tints of Spray #83DCDB
RGB
CMYK
RGB Variations
Color information
#83DCDB (or 0x83DCDB) is known color: Spray. HEX triplet: 83, DC and DB. RGB value is (131,220,219). Sum of RGB (Red+Green+Blue) = 131+220+219=570 (75% of max value = 765). Red value is 131 (51.56% from 255 or 22.98% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 220 - color contains mainly: green. Hex color #83DCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DCDB is #7C2324. Grayscale: #C1C1C1. Windows color (decimal): -8135461 or 14408835. OLE color: 14408835.
HSL color Cylindrical-coordinate representation of color #83DCDB: hue angle of 179.33º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83DCDB is Cyan = 0.40, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 220 | 219 | - |
| CMYK | 0.40 | 0 | 0.00 | 0.14 |
| HSL | 179.33º | 0.56% | 0.69% | - |
| HSV(B) | 179.33º | 0.4% | 0.86% | - |
| XYZ | 47.74 | 61.13 | 76.3 | - |
| YUV | 193.28 | 142.51 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 220 | 219 | 0.40 | 0 | 0.00 | 0.14 | 179.33 | 0.56 | 0.69 |
| Hex | 83 | DC | DB | 28 | 0 | 0 | E | B3 | 38 | 45 |
| Octal | 203 | 334 | 333 | 50 | 0 | 0 | 16 | 263 | 70 | 105 |
| Binary | 10000011 | 11011100 | 11011011 | 101000 | 0 | 0 | 1110 | 10110011 | 111000 | 1000101 |
Color Harmonies of #83DCDB
Complementary color
Monochromatic Colors of #83DCDB
Black with #83DCDB
Text Example
Text Example
White with #83DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DCDB; }
p { color: rgb(131,220,219); }
H1.HeaderClassName
{
color: #83DCDB;
}
.AnyTagClassName
{
color: #83DCDB;
}
</style>
background-color css
<style>
a { background-color: #83DCDB; }
a { background-color: rgb(131,220,219); }
div.DivClassName
{
background-color: #83DCDB;
}
.BgClassName
{
background-color: #83DCDB;
}
</style>
border-color css
<style>
span { border-color: #83DCDB; }
span { border-color: rgb(131,220,219); }
td.TdClassName
{
border-color: #83DCDB;
}
.TagClassName
{
border-color: #83DCDB;
}
</style>