Shades of Spray #83DADE
Tints of Spray #83DADE
RGB
CMYK
RGB Variations
Color information
#83DADE (or 0x83DADE) is known color: Spray. HEX triplet: 83, DA and DE. RGB value is (131,218,222). Sum of RGB (Red+Green+Blue) = 131+218+222=571 (75% of max value = 765). Red value is 131 (51.56% from 255 or 22.94% from 571); Green value is 218 (85.55% from 255 or 38.18% from 571); Blue value is 222 (87.11% from 255 or 38.88% from 571); Max value from RGB is 222 - color contains mainly: blue. Hex color #83DADE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DADE is #7C2521. Grayscale: #C0C0C0. Windows color (decimal): -8135970 or 14604931. OLE color: 14604931.
HSL color Cylindrical-coordinate representation of color #83DADE: hue angle of 182.64º degrees, saturation: 0.58, 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 #83DADE is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 218 | 222 | - |
| CMYK | 0.41 | 0.02 | 0 | 0.13 |
| HSL | 182.64º | 0.58% | 0.69% | - |
| HSV(B) | 182.64º | 0.41% | 0.87% | - |
| XYZ | 47.62 | 60.24 | 78.23 | - |
| YUV | 192.44 | 144.68 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 218 | 222 | 0.41 | 0.02 | 0 | 0.13 | 182.64 | 0.58 | 0.69 |
| Hex | 83 | DA | DE | 29 | 2 | 0 | D | B7 | 3A | 45 |
| Octal | 203 | 332 | 336 | 51 | 2 | 0 | 15 | 267 | 72 | 105 |
| Binary | 10000011 | 11011010 | 11011110 | 101001 | 10 | 0 | 1101 | 10110111 | 111010 | 1000101 |
Color Harmonies of #83DADE
Complementary color
Monochromatic Colors of #83DADE
Black with #83DADE
Text Example
Text Example
White with #83DADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DADE; }
p { color: rgb(131,218,222); }
H1.HeaderClassName
{
color: #83DADE;
}
.AnyTagClassName
{
color: #83DADE;
}
</style>
background-color css
<style>
a { background-color: #83DADE; }
a { background-color: rgb(131,218,222); }
div.DivClassName
{
background-color: #83DADE;
}
.BgClassName
{
background-color: #83DADE;
}
</style>
border-color css
<style>
span { border-color: #83DADE; }
span { border-color: rgb(131,218,222); }
td.TdClassName
{
border-color: #83DADE;
}
.TagClassName
{
border-color: #83DADE;
}
</style>