Shades of Spray #83CCD0
Tints of Spray #83CCD0
RGB
CMYK
RGB Variations
Color information
#83CCD0 (or 0x83CCD0) is known color: Spray. HEX triplet: 83, CC and D0. RGB value is (131,204,208). Sum of RGB (Red+Green+Blue) = 131+204+208=543 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.13% from 543); Green value is 204 (80.08% from 255 or 37.57% from 543); Blue value is 208 (81.64% from 255 or 38.31% from 543); Max value from RGB is 208 - color contains mainly: blue. Hex color #83CCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CCD0 is #7C332F. Grayscale: #B6B6B6. Windows color (decimal): -8139568 or 13683843. OLE color: 13683843.
HSL color Cylindrical-coordinate representation of color #83CCD0: hue angle of 183.12º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #83CCD0 is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 204 | 208 | - |
| CMYK | 0.37 | 0.02 | 0 | 0.18 |
| HSL | 183.12º | 0.45% | 0.66% | - |
| HSV(B) | 183.12º | 0.37% | 0.82% | - |
| XYZ | 42.34 | 52.57 | 67.59 | - |
| YUV | 182.63 | 142.32 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 204 | 208 | 0.37 | 0.02 | 0 | 0.18 | 183.12 | 0.45 | 0.66 |
| Hex | 83 | CC | D0 | 25 | 2 | 0 | 12 | B7 | 2D | 42 |
| Octal | 203 | 314 | 320 | 45 | 2 | 0 | 22 | 267 | 55 | 102 |
| Binary | 10000011 | 11001100 | 11010000 | 100101 | 10 | 0 | 10010 | 10110111 | 101101 | 1000010 |
Color Harmonies of #83CCD0
Complementary color
Monochromatic Colors of #83CCD0
Black with #83CCD0
Text Example
Text Example
White with #83CCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CCD0; }
p { color: rgb(131,204,208); }
H1.HeaderClassName
{
color: #83CCD0;
}
.AnyTagClassName
{
color: #83CCD0;
}
</style>
background-color css
<style>
a { background-color: #83CCD0; }
a { background-color: rgb(131,204,208); }
div.DivClassName
{
background-color: #83CCD0;
}
.BgClassName
{
background-color: #83CCD0;
}
</style>
border-color css
<style>
span { border-color: #83CCD0; }
span { border-color: rgb(131,204,208); }
td.TdClassName
{
border-color: #83CCD0;
}
.TagClassName
{
border-color: #83CCD0;
}
</style>