Shades of Riptide #83DAD0
Tints of Riptide #83DAD0
RGB
CMYK
RGB Variations
Color information
#83DAD0 (or 0x83DAD0) is known color: Riptide. HEX triplet: 83, DA and D0. RGB value is (131,218,208). Sum of RGB (Red+Green+Blue) = 131+218+208=557 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.52% from 557); Green value is 218 (85.55% from 255 or 39.14% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 218 - color contains mainly: green. Hex color #83DAD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DAD0 is #7C252F. Grayscale: #BEBEBE. Windows color (decimal): -8135984 or 13687427. OLE color: 13687427.
HSL color Cylindrical-coordinate representation of color #83DAD0: hue angle of 173.1º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83DAD0 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 218 | 208 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.15 |
| HSL | 173.1º | 0.54% | 0.68% | - |
| HSV(B) | 173.1º | 0.4% | 0.85% | - |
| XYZ | 45.82 | 59.52 | 68.75 | - |
| YUV | 190.85 | 137.68 | 85.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 218 | 208 | 0.40 | 0 | 0.05 | 0.15 | 173.1 | 0.54 | 0.68 |
| Hex | 83 | DA | D0 | 28 | 0 | 5 | F | AD | 36 | 44 |
| Octal | 203 | 332 | 320 | 50 | 0 | 5 | 17 | 255 | 66 | 104 |
| Binary | 10000011 | 11011010 | 11010000 | 101000 | 0 | 101 | 1111 | 10101101 | 110110 | 1000100 |
Color Harmonies of #83DAD0
Complementary color
Monochromatic Colors of #83DAD0
Black with #83DAD0
Text Example
Text Example
White with #83DAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DAD0; }
p { color: rgb(131,218,208); }
H1.HeaderClassName
{
color: #83DAD0;
}
.AnyTagClassName
{
color: #83DAD0;
}
</style>
background-color css
<style>
a { background-color: #83DAD0; }
a { background-color: rgb(131,218,208); }
div.DivClassName
{
background-color: #83DAD0;
}
.BgClassName
{
background-color: #83DAD0;
}
</style>
border-color css
<style>
span { border-color: #83DAD0; }
span { border-color: rgb(131,218,208); }
td.TdClassName
{
border-color: #83DAD0;
}
.TagClassName
{
border-color: #83DAD0;
}
</style>