Shades of Spray #83D9E7
Tints of Spray #83D9E7
RGB
CMYK
RGB Variations
Color information
#83D9E7 (or 0x83D9E7) is known color: Spray. HEX triplet: 83, D9 and E7. RGB value is (131,217,231). Sum of RGB (Red+Green+Blue) = 131+217+231=579 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.63% from 579); Green value is 217 (85.16% from 255 or 37.48% from 579); Blue value is 231 (90.62% from 255 or 39.90% from 579); Max value from RGB is 231 - color contains mainly: blue. Hex color #83D9E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83D9E7 is #7C2618. Grayscale: #C0C0C0. Windows color (decimal): -8136217 or 15194499. OLE color: 15194499.
HSL color Cylindrical-coordinate representation of color #83D9E7: hue angle of 188.4º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #83D9E7 is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 131 | 217 | 231 | - |
| CMYK | 0.43 | 0.06 | 0 | 0.09 |
| HSL | 188.4º | 0.68% | 0.71% | - |
| HSV(B) | 188.4º | 0.43% | 0.91% | - |
| XYZ | 48.6 | 60.22 | 84.66 | - |
| YUV | 192.88 | 149.51 | 83.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 217 | 231 | 0.43 | 0.06 | 0 | 0.09 | 188.4 | 0.68 | 0.71 |
| Hex | 83 | D9 | E7 | 2B | 6 | 0 | 9 | BC | 44 | 47 |
| Octal | 203 | 331 | 347 | 53 | 6 | 0 | 11 | 274 | 104 | 107 |
| Binary | 10000011 | 11011001 | 11100111 | 101011 | 110 | 0 | 1001 | 10111100 | 1000100 | 1000111 |
Color Harmonies of #83D9E7
Complementary color
Monochromatic Colors of #83D9E7
Black with #83D9E7
Text Example
Text Example
White with #83D9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D9E7; }
p { color: rgb(131,217,231); }
H1.HeaderClassName
{
color: #83D9E7;
}
.AnyTagClassName
{
color: #83D9E7;
}
</style>
background-color css
<style>
a { background-color: #83D9E7; }
a { background-color: rgb(131,217,231); }
div.DivClassName
{
background-color: #83D9E7;
}
.BgClassName
{
background-color: #83D9E7;
}
</style>
border-color css
<style>
span { border-color: #83D9E7; }
span { border-color: rgb(131,217,231); }
td.TdClassName
{
border-color: #83D9E7;
}
.TagClassName
{
border-color: #83D9E7;
}
</style>