Shades of Riptide #83DBD0
Tints of Riptide #83DBD0
RGB
CMYK
RGB Variations
Color information
#83DBD0 (or 0x83DBD0) is known color: Riptide. HEX triplet: 83, DB and D0. RGB value is (131,219,208). Sum of RGB (Red+Green+Blue) = 131+219+208=558 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.48% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 208 (81.64% from 255 or 37.28% from 558); Max value from RGB is 219 - color contains mainly: green. Hex color #83DBD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DBD0 is #7C242F. Grayscale: #BFBFBF. Windows color (decimal): -8135728 or 13687683. OLE color: 13687683.
HSL color Cylindrical-coordinate representation of color #83DBD0: hue angle of 172.5º 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 #83DBD0 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 219 | 208 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.14 |
| HSL | 172.5º | 0.55% | 0.69% | - |
| HSV(B) | 172.5º | 0.4% | 0.86% | - |
| XYZ | 46.08 | 60.04 | 68.84 | - |
| YUV | 191.43 | 137.35 | 84.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 219 | 208 | 0.40 | 0 | 0.05 | 0.14 | 172.5 | 0.55 | 0.69 |
| Hex | 83 | DB | D0 | 28 | 0 | 5 | E | AC | 37 | 45 |
| Octal | 203 | 333 | 320 | 50 | 0 | 5 | 16 | 254 | 67 | 105 |
| Binary | 10000011 | 11011011 | 11010000 | 101000 | 0 | 101 | 1110 | 10101100 | 110111 | 1000101 |
Color Harmonies of #83DBD0
Complementary color
Monochromatic Colors of #83DBD0
Black with #83DBD0
Text Example
Text Example
White with #83DBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DBD0; }
p { color: rgb(131,219,208); }
H1.HeaderClassName
{
color: #83DBD0;
}
.AnyTagClassName
{
color: #83DBD0;
}
</style>
background-color css
<style>
a { background-color: #83DBD0; }
a { background-color: rgb(131,219,208); }
div.DivClassName
{
background-color: #83DBD0;
}
.BgClassName
{
background-color: #83DBD0;
}
</style>
border-color css
<style>
span { border-color: #83DBD0; }
span { border-color: rgb(131,219,208); }
td.TdClassName
{
border-color: #83DBD0;
}
.TagClassName
{
border-color: #83DBD0;
}
</style>