Shades of Spray #83CCD5
Tints of Spray #83CCD5
RGB
CMYK
RGB Variations
Color information
#83CCD5 (or 0x83CCD5) is known color: Spray. HEX triplet: 83, CC and D5. RGB value is (131,204,213). Sum of RGB (Red+Green+Blue) = 131+204+213=548 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.91% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 213 (83.59% from 255 or 38.87% from 548); Max value from RGB is 213 - color contains mainly: blue. Hex color #83CCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CCD5 is #7C332A. Grayscale: #B7B7B7. Windows color (decimal): -8139563 or 14011523. OLE color: 14011523.
HSL color Cylindrical-coordinate representation of color #83CCD5: hue angle of 186.59º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #83CCD5 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 204 | 213 | - |
| CMYK | 0.38 | 0.04 | 0 | 0.16 |
| HSL | 186.59º | 0.49% | 0.67% | - |
| HSV(B) | 186.59º | 0.38% | 0.84% | - |
| XYZ | 42.96 | 52.82 | 70.88 | - |
| YUV | 183.2 | 144.82 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 204 | 213 | 0.38 | 0.04 | 0 | 0.16 | 186.59 | 0.49 | 0.67 |
| Hex | 83 | CC | D5 | 26 | 4 | 0 | 10 | BB | 31 | 43 |
| Octal | 203 | 314 | 325 | 46 | 4 | 0 | 20 | 273 | 61 | 103 |
| Binary | 10000011 | 11001100 | 11010101 | 100110 | 100 | 0 | 10000 | 10111011 | 110001 | 1000011 |
Color Harmonies of #83CCD5
Complementary color
Monochromatic Colors of #83CCD5
Black with #83CCD5
Text Example
Text Example
White with #83CCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CCD5; }
p { color: rgb(131,204,213); }
H1.HeaderClassName
{
color: #83CCD5;
}
.AnyTagClassName
{
color: #83CCD5;
}
</style>
background-color css
<style>
a { background-color: #83CCD5; }
a { background-color: rgb(131,204,213); }
div.DivClassName
{
background-color: #83CCD5;
}
.BgClassName
{
background-color: #83CCD5;
}
</style>
border-color css
<style>
span { border-color: #83CCD5; }
span { border-color: rgb(131,204,213); }
td.TdClassName
{
border-color: #83CCD5;
}
.TagClassName
{
border-color: #83CCD5;
}
</style>