Shades of Spray #83C5D1
Tints of Spray #83C5D1
RGB
CMYK
RGB Variations
Color information
#83C5D1 (or 0x83C5D1) is known color: Spray. HEX triplet: 83, C5 and D1. RGB value is (131,197,209). Sum of RGB (Red+Green+Blue) = 131+197+209=537 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.39% from 537); Green value is 197 (77.34% from 255 or 36.69% from 537); Blue value is 209 (82.03% from 255 or 38.92% from 537); Max value from RGB is 209 - color contains mainly: blue. Hex color #83C5D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83C5D1 is #7C3A2E. Grayscale: #B2B2B2. Windows color (decimal): -8141359 or 13747587. OLE color: 13747587.
HSL color Cylindrical-coordinate representation of color #83C5D1: hue angle of 189.23º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #83C5D1 is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 197 | 209 | - |
| CMYK | 0.37 | 0.06 | 0 | 0.18 |
| HSL | 189.23º | 0.46% | 0.67% | - |
| HSV(B) | 189.23º | 0.37% | 0.82% | - |
| XYZ | 40.83 | 49.36 | 67.7 | - |
| YUV | 178.63 | 145.13 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 197 | 209 | 0.37 | 0.06 | 0 | 0.18 | 189.23 | 0.46 | 0.67 |
| Hex | 83 | C5 | D1 | 25 | 6 | 0 | 12 | BD | 2E | 43 |
| Octal | 203 | 305 | 321 | 45 | 6 | 0 | 22 | 275 | 56 | 103 |
| Binary | 10000011 | 11000101 | 11010001 | 100101 | 110 | 0 | 10010 | 10111101 | 101110 | 1000011 |
Color Harmonies of #83C5D1
Complementary color
Monochromatic Colors of #83C5D1
Black with #83C5D1
Text Example
Text Example
White with #83C5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C5D1; }
p { color: rgb(131,197,209); }
H1.HeaderClassName
{
color: #83C5D1;
}
.AnyTagClassName
{
color: #83C5D1;
}
</style>
background-color css
<style>
a { background-color: #83C5D1; }
a { background-color: rgb(131,197,209); }
div.DivClassName
{
background-color: #83C5D1;
}
.BgClassName
{
background-color: #83C5D1;
}
</style>
border-color css
<style>
span { border-color: #83C5D1; }
span { border-color: rgb(131,197,209); }
td.TdClassName
{
border-color: #83C5D1;
}
.TagClassName
{
border-color: #83C5D1;
}
</style>