Shades of Spray #83C8DC
Tints of Spray #83C8DC
RGB
CMYK
RGB Variations
Color information
#83C8DC (or 0x83C8DC) is known color: Spray. HEX triplet: 83, C8 and DC. RGB value is (131,200,220). Sum of RGB (Red+Green+Blue) = 131+200+220=551 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.77% from 551); Green value is 200 (78.52% from 255 or 36.30% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #83C8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83C8DC is #7C3723. Grayscale: #B5B5B5. Windows color (decimal): -8140580 or 14469251. OLE color: 14469251.
HSL color Cylindrical-coordinate representation of color #83C8DC: hue angle of 193.48º 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 #83C8DC is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 200 | 220 | - |
| CMYK | 0.40 | 0.09 | 0 | 0.14 |
| HSL | 193.48º | 0.56% | 0.69% | - |
| HSV(B) | 193.48º | 0.4% | 0.86% | - |
| XYZ | 42.93 | 51.3 | 75.35 | - |
| YUV | 181.65 | 149.64 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 200 | 220 | 0.40 | 0.09 | 0 | 0.14 | 193.48 | 0.56 | 0.69 |
| Hex | 83 | C8 | DC | 28 | 9 | 0 | E | C1 | 38 | 45 |
| Octal | 203 | 310 | 334 | 50 | 11 | 0 | 16 | 301 | 70 | 105 |
| Binary | 10000011 | 11001000 | 11011100 | 101000 | 1001 | 0 | 1110 | 11000001 | 111000 | 1000101 |
Color Harmonies of #83C8DC
Complementary color
Monochromatic Colors of #83C8DC
Black with #83C8DC
Text Example
Text Example
White with #83C8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C8DC; }
p { color: rgb(131,200,220); }
H1.HeaderClassName
{
color: #83C8DC;
}
.AnyTagClassName
{
color: #83C8DC;
}
</style>
background-color css
<style>
a { background-color: #83C8DC; }
a { background-color: rgb(131,200,220); }
div.DivClassName
{
background-color: #83C8DC;
}
.BgClassName
{
background-color: #83C8DC;
}
</style>
border-color css
<style>
span { border-color: #83C8DC; }
span { border-color: rgb(131,200,220); }
td.TdClassName
{
border-color: #83C8DC;
}
.TagClassName
{
border-color: #83C8DC;
}
</style>