Shades of Spray #83C6CF
Tints of Spray #83C6CF
RGB
CMYK
RGB Variations
Color information
#83C6CF (or 0x83C6CF) is known color: Spray. HEX triplet: 83, C6 and CF. RGB value is (131,198,207). Sum of RGB (Red+Green+Blue) = 131+198+207=536 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.44% from 536); Green value is 198 (77.73% from 255 or 36.94% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 207 - color contains mainly: blue. Hex color #83C6CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83C6CF is #7C3930. Grayscale: #B2B2B2. Windows color (decimal): -8141105 or 13616771. OLE color: 13616771.
HSL color Cylindrical-coordinate representation of color #83C6CF: hue angle of 187.11º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #83C6CF is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 198 | 207 | - |
| CMYK | 0.37 | 0.04 | 0 | 0.19 |
| HSL | 187.11º | 0.44% | 0.66% | - |
| HSV(B) | 187.11º | 0.37% | 0.81% | - |
| XYZ | 40.82 | 49.72 | 66.48 | - |
| YUV | 178.99 | 143.8 | 93.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 198 | 207 | 0.37 | 0.04 | 0 | 0.19 | 187.11 | 0.44 | 0.66 |
| Hex | 83 | C6 | CF | 25 | 4 | 0 | 13 | BB | 2C | 42 |
| Octal | 203 | 306 | 317 | 45 | 4 | 0 | 23 | 273 | 54 | 102 |
| Binary | 10000011 | 11000110 | 11001111 | 100101 | 100 | 0 | 10011 | 10111011 | 101100 | 1000010 |
Color Harmonies of #83C6CF
Complementary color
Monochromatic Colors of #83C6CF
Black with #83C6CF
Text Example
Text Example
White with #83C6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C6CF; }
p { color: rgb(131,198,207); }
H1.HeaderClassName
{
color: #83C6CF;
}
.AnyTagClassName
{
color: #83C6CF;
}
</style>
background-color css
<style>
a { background-color: #83C6CF; }
a { background-color: rgb(131,198,207); }
div.DivClassName
{
background-color: #83C6CF;
}
.BgClassName
{
background-color: #83C6CF;
}
</style>
border-color css
<style>
span { border-color: #83C6CF; }
span { border-color: rgb(131,198,207); }
td.TdClassName
{
border-color: #83C6CF;
}
.TagClassName
{
border-color: #83C6CF;
}
</style>