Shades of Spray #83DEDE
Tints of Spray #83DEDE
RGB
CMYK
RGB Variations
Color information
#83DEDE (or 0x83DEDE) is known color: Spray. HEX triplet: 83, DE and DE. RGB value is (131,222,222). Sum of RGB (Red+Green+Blue) = 131+222+222=575 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.78% from 575); Green value is 222 (87.11% from 255 or 38.61% from 575); Blue value is 222 (87.11% from 255 or 38.61% from 575); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #83DEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DEDE is #7C2121. Grayscale: #C2C2C2. Windows color (decimal): -8134946 or 14605955. OLE color: 14605955.
HSL color Cylindrical-coordinate representation of color #83DEDE: hue angle of 180º degrees, saturation: 0.58, 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 #83DEDE is Cyan = 0.41, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 222 | 222 | - |
| CMYK | 0.41 | 0 | 0 | 0.13 |
| HSL | 180º | 0.58% | 0.69% | - |
| HSV(B) | 180º | 0.41% | 0.87% | - |
| XYZ | 48.67 | 62.34 | 78.58 | - |
| YUV | 194.79 | 143.35 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 222 | 222 | 0.41 | 0 | 0 | 0.13 | 180 | 0.58 | 0.69 |
| Hex | 83 | DE | DE | 29 | 0 | 0 | D | B4 | 3A | 45 |
| Octal | 203 | 336 | 336 | 51 | 0 | 0 | 15 | 264 | 72 | 105 |
| Binary | 10000011 | 11011110 | 11011110 | 101001 | 0 | 0 | 1101 | 10110100 | 111010 | 1000101 |
Color Harmonies of #83DEDE
Complementary color
Monochromatic Colors of #83DEDE
Black with #83DEDE
Text Example
Text Example
White with #83DEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DEDE; }
p { color: rgb(131,222,222); }
H1.HeaderClassName
{
color: #83DEDE;
}
.AnyTagClassName
{
color: #83DEDE;
}
</style>
background-color css
<style>
a { background-color: #83DEDE; }
a { background-color: rgb(131,222,222); }
div.DivClassName
{
background-color: #83DEDE;
}
.BgClassName
{
background-color: #83DEDE;
}
</style>
border-color css
<style>
span { border-color: #83DEDE; }
span { border-color: rgb(131,222,222); }
td.TdClassName
{
border-color: #83DEDE;
}
.TagClassName
{
border-color: #83DEDE;
}
</style>