Shades of Spray #83CCDF
Tints of Spray #83CCDF
RGB
CMYK
RGB Variations
Color information
#83CCDF (or 0x83CCDF) is known color: Spray. HEX triplet: 83, CC and DF. RGB value is (131,204,223). Sum of RGB (Red+Green+Blue) = 131+204+223=558 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.48% from 558); Green value is 204 (80.08% from 255 or 36.56% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #83CCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CCDF is #7C3320. Grayscale: #B8B8B8. Windows color (decimal): -8139553 or 14666883. OLE color: 14666883.
HSL color Cylindrical-coordinate representation of color #83CCDF: hue angle of 192.39º 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 #83CCDF is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 204 | 223 | - |
| CMYK | 0.41 | 0.09 | 0 | 0.13 |
| HSL | 192.39º | 0.59% | 0.69% | - |
| HSV(B) | 192.39º | 0.41% | 0.87% | - |
| XYZ | 44.27 | 53.34 | 77.77 | - |
| YUV | 184.34 | 149.82 | 89.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 204 | 223 | 0.41 | 0.09 | 0 | 0.13 | 192.39 | 0.59 | 0.69 |
| Hex | 83 | CC | DF | 29 | 9 | 0 | D | C0 | 3B | 45 |
| Octal | 203 | 314 | 337 | 51 | 11 | 0 | 15 | 300 | 73 | 105 |
| Binary | 10000011 | 11001100 | 11011111 | 101001 | 1001 | 0 | 1101 | 11000000 | 111011 | 1000101 |
Color Harmonies of #83CCDF
Complementary color
Monochromatic Colors of #83CCDF
Black with #83CCDF
Text Example
Text Example
White with #83CCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CCDF; }
p { color: rgb(131,204,223); }
H1.HeaderClassName
{
color: #83CCDF;
}
.AnyTagClassName
{
color: #83CCDF;
}
</style>
background-color css
<style>
a { background-color: #83CCDF; }
a { background-color: rgb(131,204,223); }
div.DivClassName
{
background-color: #83CCDF;
}
.BgClassName
{
background-color: #83CCDF;
}
</style>
border-color css
<style>
span { border-color: #83CCDF; }
span { border-color: rgb(131,204,223); }
td.TdClassName
{
border-color: #83CCDF;
}
.TagClassName
{
border-color: #83CCDF;
}
</style>