Shades of Spray #83D4DB
Tints of Spray #83D4DB
RGB
CMYK
RGB Variations
Color information
#83D4DB (or 0x83D4DB) is known color: Spray. HEX triplet: 83, D4 and DB. RGB value is (131,212,219). Sum of RGB (Red+Green+Blue) = 131+212+219=562 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.31% from 562); Green value is 212 (83.20% from 255 or 37.72% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 219 - color contains mainly: blue. Hex color #83D4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83D4DB is #7C2B24. Grayscale: #BCBCBC. Windows color (decimal): -8137509 or 14406787. OLE color: 14406787.
HSL color Cylindrical-coordinate representation of color #83D4DB: hue angle of 184.77º 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 #83D4DB is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 212 | 219 | - |
| CMYK | 0.40 | 0.03 | 0 | 0.14 |
| HSL | 184.77º | 0.55% | 0.69% | - |
| HSV(B) | 184.77º | 0.4% | 0.86% | - |
| XYZ | 45.69 | 57.03 | 75.62 | - |
| YUV | 188.58 | 145.16 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 212 | 219 | 0.40 | 0.03 | 0 | 0.14 | 184.77 | 0.55 | 0.69 |
| Hex | 83 | D4 | DB | 28 | 3 | 0 | E | B9 | 37 | 45 |
| Octal | 203 | 324 | 333 | 50 | 3 | 0 | 16 | 271 | 67 | 105 |
| Binary | 10000011 | 11010100 | 11011011 | 101000 | 11 | 0 | 1110 | 10111001 | 110111 | 1000101 |
Color Harmonies of #83D4DB
Complementary color
Monochromatic Colors of #83D4DB
Black with #83D4DB
Text Example
Text Example
White with #83D4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D4DB; }
p { color: rgb(131,212,219); }
H1.HeaderClassName
{
color: #83D4DB;
}
.AnyTagClassName
{
color: #83D4DB;
}
</style>
background-color css
<style>
a { background-color: #83D4DB; }
a { background-color: rgb(131,212,219); }
div.DivClassName
{
background-color: #83D4DB;
}
.BgClassName
{
background-color: #83D4DB;
}
</style>
border-color css
<style>
span { border-color: #83D4DB; }
span { border-color: rgb(131,212,219); }
td.TdClassName
{
border-color: #83D4DB;
}
.TagClassName
{
border-color: #83D4DB;
}
</style>