Shades of Spray #83DADF
Tints of Spray #83DADF
RGB
CMYK
RGB Variations
Color information
#83DADF (or 0x83DADF) is known color: Spray. HEX triplet: 83, DA and DF. RGB value is (131,218,223). Sum of RGB (Red+Green+Blue) = 131+218+223=572 (75% of max value = 765). Red value is 131 (51.56% from 255 or 22.90% from 572); Green value is 218 (85.55% from 255 or 38.11% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #83DADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DADF is #7C2520. Grayscale: #C0C0C0. Windows color (decimal): -8135969 or 14670467. OLE color: 14670467.
HSL color Cylindrical-coordinate representation of color #83DADF: hue angle of 183.26º 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 #83DADF is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 218 | 223 | - |
| CMYK | 0.41 | 0.02 | 0 | 0.13 |
| HSL | 183.26º | 0.59% | 0.69% | - |
| HSV(B) | 183.26º | 0.41% | 0.87% | - |
| XYZ | 47.75 | 60.3 | 78.93 | - |
| YUV | 192.56 | 145.18 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 218 | 223 | 0.41 | 0.02 | 0 | 0.13 | 183.26 | 0.59 | 0.69 |
| Hex | 83 | DA | DF | 29 | 2 | 0 | D | B7 | 3B | 45 |
| Octal | 203 | 332 | 337 | 51 | 2 | 0 | 15 | 267 | 73 | 105 |
| Binary | 10000011 | 11011010 | 11011111 | 101001 | 10 | 0 | 1101 | 10110111 | 111011 | 1000101 |
Color Harmonies of #83DADF
Complementary color
Monochromatic Colors of #83DADF
Black with #83DADF
Text Example
Text Example
White with #83DADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DADF; }
p { color: rgb(131,218,223); }
H1.HeaderClassName
{
color: #83DADF;
}
.AnyTagClassName
{
color: #83DADF;
}
</style>
background-color css
<style>
a { background-color: #83DADF; }
a { background-color: rgb(131,218,223); }
div.DivClassName
{
background-color: #83DADF;
}
.BgClassName
{
background-color: #83DADF;
}
</style>
border-color css
<style>
span { border-color: #83DADF; }
span { border-color: rgb(131,218,223); }
td.TdClassName
{
border-color: #83DADF;
}
.TagClassName
{
border-color: #83DADF;
}
</style>