Shades of Spray #83DDDB
Tints of Spray #83DDDB
RGB
CMYK
RGB Variations
Color information
#83DDDB (or 0x83DDDB) is known color: Spray. HEX triplet: 83, DD and DB. RGB value is (131,221,219). Sum of RGB (Red+Green+Blue) = 131+221+219=571 (75% of max value = 765). Red value is 131 (51.56% from 255 or 22.94% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 221 - color contains mainly: green. Hex color #83DDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DDDB is #7C2224. Grayscale: #C1C1C1. Windows color (decimal): -8135205 or 14409091. OLE color: 14409091.
HSL color Cylindrical-coordinate representation of color #83DDDB: hue angle of 178.67º 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 #83DDDB is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 221 | 219 | - |
| CMYK | 0.41 | 0 | 0.01 | 0.13 |
| HSL | 178.67º | 0.57% | 0.69% | - |
| HSV(B) | 178.67º | 0.41% | 0.87% | - |
| XYZ | 48 | 61.65 | 76.39 | - |
| YUV | 193.86 | 142.18 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 221 | 219 | 0.41 | 0 | 0.01 | 0.13 | 178.67 | 0.57 | 0.69 |
| Hex | 83 | DD | DB | 29 | 0 | 1 | D | B3 | 39 | 45 |
| Octal | 203 | 335 | 333 | 51 | 0 | 1 | 15 | 263 | 71 | 105 |
| Binary | 10000011 | 11011101 | 11011011 | 101001 | 0 | 1 | 1101 | 10110011 | 111001 | 1000101 |
Color Harmonies of #83DDDB
Complementary color
Monochromatic Colors of #83DDDB
Black with #83DDDB
Text Example
Text Example
White with #83DDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DDDB; }
p { color: rgb(131,221,219); }
H1.HeaderClassName
{
color: #83DDDB;
}
.AnyTagClassName
{
color: #83DDDB;
}
</style>
background-color css
<style>
a { background-color: #83DDDB; }
a { background-color: rgb(131,221,219); }
div.DivClassName
{
background-color: #83DDDB;
}
.BgClassName
{
background-color: #83DDDB;
}
</style>
border-color css
<style>
span { border-color: #83DDDB; }
span { border-color: rgb(131,221,219); }
td.TdClassName
{
border-color: #83DDDB;
}
.TagClassName
{
border-color: #83DDDB;
}
</style>