Shades of Spray #83CCDB
Tints of Spray #83CCDB
RGB
CMYK
RGB Variations
Color information
#83CCDB (or 0x83CCDB) is known color: Spray. HEX triplet: 83, CC and DB. RGB value is (131,204,219). Sum of RGB (Red+Green+Blue) = 131+204+219=554 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.65% from 554); Green value is 204 (80.08% from 255 or 36.82% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #83CCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CCDB is #7C3324. Grayscale: #B7B7B7. Windows color (decimal): -8139557 or 14404739. OLE color: 14404739.
HSL color Cylindrical-coordinate representation of color #83CCDB: hue angle of 190.23º degrees, saturation: 0.55, 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 #83CCDB is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 204 | 219 | - |
| CMYK | 0.40 | 0.07 | 0 | 0.14 |
| HSL | 190.23º | 0.55% | 0.69% | - |
| HSV(B) | 190.23º | 0.4% | 0.86% | - |
| XYZ | 43.74 | 53.13 | 74.97 | - |
| YUV | 183.88 | 147.82 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 204 | 219 | 0.40 | 0.07 | 0 | 0.14 | 190.23 | 0.55 | 0.69 |
| Hex | 83 | CC | DB | 28 | 7 | 0 | E | BE | 37 | 45 |
| Octal | 203 | 314 | 333 | 50 | 7 | 0 | 16 | 276 | 67 | 105 |
| Binary | 10000011 | 11001100 | 11011011 | 101000 | 111 | 0 | 1110 | 10111110 | 110111 | 1000101 |
Color Harmonies of #83CCDB
Complementary color
Monochromatic Colors of #83CCDB
Black with #83CCDB
Text Example
Text Example
White with #83CCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CCDB; }
p { color: rgb(131,204,219); }
H1.HeaderClassName
{
color: #83CCDB;
}
.AnyTagClassName
{
color: #83CCDB;
}
</style>
background-color css
<style>
a { background-color: #83CCDB; }
a { background-color: rgb(131,204,219); }
div.DivClassName
{
background-color: #83CCDB;
}
.BgClassName
{
background-color: #83CCDB;
}
</style>
border-color css
<style>
span { border-color: #83CCDB; }
span { border-color: rgb(131,204,219); }
td.TdClassName
{
border-color: #83CCDB;
}
.TagClassName
{
border-color: #83CCDB;
}
</style>