Shades of Spray #83C8CD
Tints of Spray #83C8CD
RGB
CMYK
RGB Variations
Color information
#83C8CD (or 0x83C8CD) is known color: Spray. HEX triplet: 83, C8 and CD. RGB value is (131,200,205). Sum of RGB (Red+Green+Blue) = 131+200+205=536 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.44% from 536); Green value is 200 (78.52% from 255 or 37.31% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 205 - color contains mainly: blue. Hex color #83C8CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83C8CD is #7C3732. Grayscale: #B3B3B3. Windows color (decimal): -8140595 or 13486211. OLE color: 13486211.
HSL color Cylindrical-coordinate representation of color #83C8CD: hue angle of 184.05º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83C8CD is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 200 | 205 | - |
| CMYK | 0.36 | 0.02 | 0 | 0.20 |
| HSL | 184.05º | 0.43% | 0.66% | - |
| HSV(B) | 184.05º | 0.36% | 0.8% | - |
| XYZ | 41.03 | 50.54 | 65.35 | - |
| YUV | 179.94 | 142.14 | 93.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 200 | 205 | 0.36 | 0.02 | 0 | 0.20 | 184.05 | 0.43 | 0.66 |
| Hex | 83 | C8 | CD | 24 | 2 | 0 | 14 | B8 | 2B | 42 |
| Octal | 203 | 310 | 315 | 44 | 2 | 0 | 24 | 270 | 53 | 102 |
| Binary | 10000011 | 11001000 | 11001101 | 100100 | 10 | 0 | 10100 | 10111000 | 101011 | 1000010 |
Color Harmonies of #83C8CD
Complementary color
Monochromatic Colors of #83C8CD
Black with #83C8CD
Text Example
Text Example
White with #83C8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C8CD; }
p { color: rgb(131,200,205); }
H1.HeaderClassName
{
color: #83C8CD;
}
.AnyTagClassName
{
color: #83C8CD;
}
</style>
background-color css
<style>
a { background-color: #83C8CD; }
a { background-color: rgb(131,200,205); }
div.DivClassName
{
background-color: #83C8CD;
}
.BgClassName
{
background-color: #83C8CD;
}
</style>
border-color css
<style>
span { border-color: #83C8CD; }
span { border-color: rgb(131,200,205); }
td.TdClassName
{
border-color: #83C8CD;
}
.TagClassName
{
border-color: #83C8CD;
}
</style>