Shades of Spray #83C6DB
Tints of Spray #83C6DB
RGB
CMYK
RGB Variations
Color information
#83C6DB (or 0x83C6DB) is known color: Spray. HEX triplet: 83, C6 and DB. RGB value is (131,198,219). Sum of RGB (Red+Green+Blue) = 131+198+219=548 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.91% from 548); Green value is 198 (77.73% from 255 or 36.13% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #83C6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83C6DB is #7C3924. Grayscale: #B4B4B4. Windows color (decimal): -8141093 or 14403203. OLE color: 14403203.
HSL color Cylindrical-coordinate representation of color #83C6DB: hue angle of 194.32º 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 #83C6DB is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 198 | 219 | - |
| CMYK | 0.40 | 0.10 | 0 | 0.14 |
| HSL | 194.32º | 0.55% | 0.69% | - |
| HSV(B) | 194.32º | 0.4% | 0.86% | - |
| XYZ | 42.34 | 50.33 | 74.5 | - |
| YUV | 180.36 | 149.8 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 198 | 219 | 0.40 | 0.10 | 0 | 0.14 | 194.32 | 0.55 | 0.69 |
| Hex | 83 | C6 | DB | 28 | A | 0 | E | C2 | 37 | 45 |
| Octal | 203 | 306 | 333 | 50 | 12 | 0 | 16 | 302 | 67 | 105 |
| Binary | 10000011 | 11000110 | 11011011 | 101000 | 1010 | 0 | 1110 | 11000010 | 110111 | 1000101 |
Color Harmonies of #83C6DB
Complementary color
Monochromatic Colors of #83C6DB
Black with #83C6DB
Text Example
Text Example
White with #83C6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C6DB; }
p { color: rgb(131,198,219); }
H1.HeaderClassName
{
color: #83C6DB;
}
.AnyTagClassName
{
color: #83C6DB;
}
</style>
background-color css
<style>
a { background-color: #83C6DB; }
a { background-color: rgb(131,198,219); }
div.DivClassName
{
background-color: #83C6DB;
}
.BgClassName
{
background-color: #83C6DB;
}
</style>
border-color css
<style>
span { border-color: #83C6DB; }
span { border-color: rgb(131,198,219); }
td.TdClassName
{
border-color: #83C6DB;
}
.TagClassName
{
border-color: #83C6DB;
}
</style>