Shades of Spray #83DCE1
Tints of Spray #83DCE1
RGB
CMYK
RGB Variations
Color information
#83DCE1 (or 0x83DCE1) is known color: Spray. HEX triplet: 83, DC and E1. RGB value is (131,220,225). Sum of RGB (Red+Green+Blue) = 131+220+225=576 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.74% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 225 (88.28% from 255 or 39.06% from 576); Max value from RGB is 225 - color contains mainly: blue. Hex color #83DCE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DCE1 is #7C231E. Grayscale: #C1C1C1. Windows color (decimal): -8135455 or 14802051. OLE color: 14802051.
HSL color Cylindrical-coordinate representation of color #83DCE1: hue angle of 183.19º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #83DCE1 is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 131 | 220 | 225 | - |
| CMYK | 0.42 | 0.02 | 0 | 0.12 |
| HSL | 183.19º | 0.61% | 0.7% | - |
| HSV(B) | 183.19º | 0.42% | 0.88% | - |
| XYZ | 48.54 | 61.45 | 80.54 | - |
| YUV | 193.96 | 145.51 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 220 | 225 | 0.42 | 0.02 | 0 | 0.12 | 183.19 | 0.61 | 0.7 |
| Hex | 83 | DC | E1 | 2A | 2 | 0 | C | B7 | 3D | 46 |
| Octal | 203 | 334 | 341 | 52 | 2 | 0 | 14 | 267 | 75 | 106 |
| Binary | 10000011 | 11011100 | 11100001 | 101010 | 10 | 0 | 1100 | 10110111 | 111101 | 1000110 |
Color Harmonies of #83DCE1
Complementary color
Monochromatic Colors of #83DCE1
Black with #83DCE1
Text Example
Text Example
White with #83DCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DCE1; }
p { color: rgb(131,220,225); }
H1.HeaderClassName
{
color: #83DCE1;
}
.AnyTagClassName
{
color: #83DCE1;
}
</style>
background-color css
<style>
a { background-color: #83DCE1; }
a { background-color: rgb(131,220,225); }
div.DivClassName
{
background-color: #83DCE1;
}
.BgClassName
{
background-color: #83DCE1;
}
</style>
border-color css
<style>
span { border-color: #83DCE1; }
span { border-color: rgb(131,220,225); }
td.TdClassName
{
border-color: #83DCE1;
}
.TagClassName
{
border-color: #83DCE1;
}
</style>