Shades of Spray #83DDDC
Tints of Spray #83DDDC
RGB
CMYK
RGB Variations
Color information
#83DDDC (or 0x83DDDC) is known color: Spray. HEX triplet: 83, DD and DC. RGB value is (131,221,220). Sum of RGB (Red+Green+Blue) = 131+221+220=572 (75% of max value = 765). Red value is 131 (51.56% from 255 or 22.90% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 221 - color contains mainly: green. Hex color #83DDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DDDC is #7C2223. Grayscale: #C1C1C1. Windows color (decimal): -8135204 or 14474627. OLE color: 14474627.
HSL color Cylindrical-coordinate representation of color #83DDDC: hue angle of 179.33º 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 #83DDDC is Cyan = 0.41, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 221 | 220 | - |
| CMYK | 0.41 | 0 | 0.00 | 0.13 |
| HSL | 179.33º | 0.57% | 0.69% | - |
| HSV(B) | 179.33º | 0.41% | 0.87% | - |
| XYZ | 48.13 | 61.71 | 77.08 | - |
| YUV | 193.98 | 142.68 | 83.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 221 | 220 | 0.41 | 0 | 0.00 | 0.13 | 179.33 | 0.57 | 0.69 |
| Hex | 83 | DD | DC | 29 | 0 | 0 | D | B3 | 39 | 45 |
| Octal | 203 | 335 | 334 | 51 | 0 | 0 | 15 | 263 | 71 | 105 |
| Binary | 10000011 | 11011101 | 11011100 | 101001 | 0 | 0 | 1101 | 10110011 | 111001 | 1000101 |
Color Harmonies of #83DDDC
Complementary color
Monochromatic Colors of #83DDDC
Black with #83DDDC
Text Example
Text Example
White with #83DDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DDDC; }
p { color: rgb(131,221,220); }
H1.HeaderClassName
{
color: #83DDDC;
}
.AnyTagClassName
{
color: #83DDDC;
}
</style>
background-color css
<style>
a { background-color: #83DDDC; }
a { background-color: rgb(131,221,220); }
div.DivClassName
{
background-color: #83DDDC;
}
.BgClassName
{
background-color: #83DDDC;
}
</style>
border-color css
<style>
span { border-color: #83DDDC; }
span { border-color: rgb(131,221,220); }
td.TdClassName
{
border-color: #83DDDC;
}
.TagClassName
{
border-color: #83DDDC;
}
</style>