Shades of Spray #83DCE9
Tints of Spray #83DCE9
RGB
CMYK
RGB Variations
Color information
#83DCE9 (or 0x83DCE9) is known color: Spray. HEX triplet: 83, DC and E9. RGB value is (131,220,233). Sum of RGB (Red+Green+Blue) = 131+220+233=584 (77% of max value = 765). Red value is 131 (51.56% from 255 or 22.43% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 233 (91.41% from 255 or 39.90% from 584); Max value from RGB is 233 - color contains mainly: blue. Hex color #83DCE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83DCE9 is #7C2316. Grayscale: #C2C2C2. Windows color (decimal): -8135447 or 15326339. OLE color: 15326339.
HSL color Cylindrical-coordinate representation of color #83DCE9: hue angle of 187.65º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83DCE9 is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 131 | 220 | 233 | - |
| CMYK | 0.44 | 0.06 | 0 | 0.09 |
| HSL | 187.65º | 0.7% | 0.71% | - |
| HSV(B) | 187.65º | 0.44% | 0.91% | - |
| XYZ | 49.66 | 61.89 | 86.42 | - |
| YUV | 194.87 | 149.51 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 220 | 233 | 0.44 | 0.06 | 0 | 0.09 | 187.65 | 0.7 | 0.71 |
| Hex | 83 | DC | E9 | 2C | 6 | 0 | 9 | BC | 46 | 47 |
| Octal | 203 | 334 | 351 | 54 | 6 | 0 | 11 | 274 | 106 | 107 |
| Binary | 10000011 | 11011100 | 11101001 | 101100 | 110 | 0 | 1001 | 10111100 | 1000110 | 1000111 |
Color Harmonies of #83DCE9
Complementary color
Monochromatic Colors of #83DCE9
Black with #83DCE9
Text Example
Text Example
White with #83DCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DCE9; }
p { color: rgb(131,220,233); }
H1.HeaderClassName
{
color: #83DCE9;
}
.AnyTagClassName
{
color: #83DCE9;
}
</style>
background-color css
<style>
a { background-color: #83DCE9; }
a { background-color: rgb(131,220,233); }
div.DivClassName
{
background-color: #83DCE9;
}
.BgClassName
{
background-color: #83DCE9;
}
</style>
border-color css
<style>
span { border-color: #83DCE9; }
span { border-color: rgb(131,220,233); }
td.TdClassName
{
border-color: #83DCE9;
}
.TagClassName
{
border-color: #83DCE9;
}
</style>