Shades of Spray #83E1DF
Tints of Spray #83E1DF
RGB
CMYK
RGB Variations
Color information
#83E1DF (or 0x83E1DF) is known color: Spray. HEX triplet: 83, E1 and DF. RGB value is (131,225,223). Sum of RGB (Red+Green+Blue) = 131+225+223=579 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.63% from 579); Green value is 225 (88.28% from 255 or 38.86% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 225 - color contains mainly: green. Hex color #83E1DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83E1DF is #7C1E20. Grayscale: #C4C4C4. Windows color (decimal): -8134177 or 14672259. OLE color: 14672259.
HSL color Cylindrical-coordinate representation of color #83E1DF: hue angle of 178.72º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #83E1DF is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 131 | 225 | 223 | - |
| CMYK | 0.42 | 0 | 0.01 | 0.12 |
| HSL | 178.72º | 0.61% | 0.7% | - |
| HSV(B) | 178.72º | 0.42% | 0.88% | - |
| XYZ | 49.6 | 64 | 79.55 | - |
| YUV | 196.67 | 142.86 | 81.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 225 | 223 | 0.42 | 0 | 0.01 | 0.12 | 178.72 | 0.61 | 0.7 |
| Hex | 83 | E1 | DF | 2A | 0 | 1 | C | B3 | 3D | 46 |
| Octal | 203 | 341 | 337 | 52 | 0 | 1 | 14 | 263 | 75 | 106 |
| Binary | 10000011 | 11100001 | 11011111 | 101010 | 0 | 1 | 1100 | 10110011 | 111101 | 1000110 |
Color Harmonies of #83E1DF
Complementary color
Monochromatic Colors of #83E1DF
Black with #83E1DF
Text Example
Text Example
White with #83E1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83E1DF; }
p { color: rgb(131,225,223); }
H1.HeaderClassName
{
color: #83E1DF;
}
.AnyTagClassName
{
color: #83E1DF;
}
</style>
background-color css
<style>
a { background-color: #83E1DF; }
a { background-color: rgb(131,225,223); }
div.DivClassName
{
background-color: #83E1DF;
}
.BgClassName
{
background-color: #83E1DF;
}
</style>
border-color css
<style>
span { border-color: #83E1DF; }
span { border-color: rgb(131,225,223); }
td.TdClassName
{
border-color: #83E1DF;
}
.TagClassName
{
border-color: #83E1DF;
}
</style>