Shades of Spray #83DCDA
Tints of Spray #83DCDA
RGB
CMYK
RGB Variations
Color information
#83DCDA (or 0x83DCDA) is known color: Spray. HEX triplet: 83, DC and DA. RGB value is (131,220,218). Sum of RGB (Red+Green+Blue) = 131+220+218=569 (75% of max value = 765). Red value is 131 (51.56% from 255 or 23.02% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 220 - color contains mainly: green. Hex color #83DCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DCDA is #7C2325. Grayscale: #C1C1C1. Windows color (decimal): -8135462 or 14343299. OLE color: 14343299.
HSL color Cylindrical-coordinate representation of color #83DCDA: hue angle of 178.65º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83DCDA is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 220 | 218 | - |
| CMYK | 0.40 | 0 | 0.01 | 0.14 |
| HSL | 178.65º | 0.56% | 0.69% | - |
| HSV(B) | 178.65º | 0.4% | 0.86% | - |
| XYZ | 47.61 | 61.07 | 75.61 | - |
| YUV | 193.16 | 142.01 | 83.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 220 | 218 | 0.40 | 0 | 0.01 | 0.14 | 178.65 | 0.56 | 0.69 |
| Hex | 83 | DC | DA | 28 | 0 | 1 | E | B3 | 38 | 45 |
| Octal | 203 | 334 | 332 | 50 | 0 | 1 | 16 | 263 | 70 | 105 |
| Binary | 10000011 | 11011100 | 11011010 | 101000 | 0 | 1 | 1110 | 10110011 | 111000 | 1000101 |
Color Harmonies of #83DCDA
Complementary color
Monochromatic Colors of #83DCDA
Black with #83DCDA
Text Example
Text Example
White with #83DCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DCDA; }
p { color: rgb(131,220,218); }
H1.HeaderClassName
{
color: #83DCDA;
}
.AnyTagClassName
{
color: #83DCDA;
}
</style>
background-color css
<style>
a { background-color: #83DCDA; }
a { background-color: rgb(131,220,218); }
div.DivClassName
{
background-color: #83DCDA;
}
.BgClassName
{
background-color: #83DCDA;
}
</style>
border-color css
<style>
span { border-color: #83DCDA; }
span { border-color: rgb(131,220,218); }
td.TdClassName
{
border-color: #83DCDA;
}
.TagClassName
{
border-color: #83DCDA;
}
</style>