Shades of Spray #83DCDF
Tints of Spray #83DCDF
RGB
CMYK
RGB Variations
Color information
#83DCDF (or 0x83DCDF) is known color: Spray. HEX triplet: 83, DC and DF. RGB value is (131,220,223). Sum of RGB (Red+Green+Blue) = 131+220+223=574 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.82% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 223 - color contains mainly: blue. Hex color #83DCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DCDF is #7C2320. Grayscale: #C1C1C1. Windows color (decimal): -8135457 or 14670979. OLE color: 14670979.
HSL color Cylindrical-coordinate representation of color #83DCDF: hue angle of 181.96º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83DCDF is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 220 | 223 | - |
| CMYK | 0.41 | 0.01 | 0 | 0.13 |
| HSL | 181.96º | 0.59% | 0.69% | - |
| HSV(B) | 181.96º | 0.41% | 0.87% | - |
| XYZ | 48.27 | 61.34 | 79.11 | - |
| YUV | 193.73 | 144.51 | 83.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 220 | 223 | 0.41 | 0.01 | 0 | 0.13 | 181.96 | 0.59 | 0.69 |
| Hex | 83 | DC | DF | 29 | 1 | 0 | D | B6 | 3B | 45 |
| Octal | 203 | 334 | 337 | 51 | 1 | 0 | 15 | 266 | 73 | 105 |
| Binary | 10000011 | 11011100 | 11011111 | 101001 | 1 | 0 | 1101 | 10110110 | 111011 | 1000101 |
Color Harmonies of #83DCDF
Complementary color
Monochromatic Colors of #83DCDF
Black with #83DCDF
Text Example
Text Example
White with #83DCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DCDF; }
p { color: rgb(131,220,223); }
H1.HeaderClassName
{
color: #83DCDF;
}
.AnyTagClassName
{
color: #83DCDF;
}
</style>
background-color css
<style>
a { background-color: #83DCDF; }
a { background-color: rgb(131,220,223); }
div.DivClassName
{
background-color: #83DCDF;
}
.BgClassName
{
background-color: #83DCDF;
}
</style>
border-color css
<style>
span { border-color: #83DCDF; }
span { border-color: rgb(131,220,223); }
td.TdClassName
{
border-color: #83DCDF;
}
.TagClassName
{
border-color: #83DCDF;
}
</style>