Shades of Riptide #83DCCD
Tints of Riptide #83DCCD
RGB
CMYK
RGB Variations
Color information
#83DCCD (or 0x83DCCD) is known color: Riptide. HEX triplet: 83, DC and CD. RGB value is (131,220,205). Sum of RGB (Red+Green+Blue) = 131+220+205=556 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.56% from 556); Green value is 220 (86.33% from 255 or 39.57% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 220 - color contains mainly: green. Hex color #83DCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DCCD is #7C2332. Grayscale: #BFBFBF. Windows color (decimal): -8135475 or 13491331. OLE color: 13491331.
HSL color Cylindrical-coordinate representation of color #83DCCD: hue angle of 169.89º degrees, saturation: 0.56, 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 #83DCCD is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 220 | 205 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.14 |
| HSL | 169.89º | 0.56% | 0.69% | - |
| HSV(B) | 169.89º | 0.4% | 0.86% | - |
| XYZ | 45.97 | 60.42 | 67 | - |
| YUV | 191.68 | 135.51 | 84.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 220 | 205 | 0.40 | 0 | 0.07 | 0.14 | 169.89 | 0.56 | 0.69 |
| Hex | 83 | DC | CD | 28 | 0 | 7 | E | AA | 38 | 45 |
| Octal | 203 | 334 | 315 | 50 | 0 | 7 | 16 | 252 | 70 | 105 |
| Binary | 10000011 | 11011100 | 11001101 | 101000 | 0 | 111 | 1110 | 10101010 | 111000 | 1000101 |
Color Harmonies of #83DCCD
Complementary color
Monochromatic Colors of #83DCCD
Black with #83DCCD
Text Example
Text Example
White with #83DCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DCCD; }
p { color: rgb(131,220,205); }
H1.HeaderClassName
{
color: #83DCCD;
}
.AnyTagClassName
{
color: #83DCCD;
}
</style>
background-color css
<style>
a { background-color: #83DCCD; }
a { background-color: rgb(131,220,205); }
div.DivClassName
{
background-color: #83DCCD;
}
.BgClassName
{
background-color: #83DCCD;
}
</style>
border-color css
<style>
span { border-color: #83DCCD; }
span { border-color: rgb(131,220,205); }
td.TdClassName
{
border-color: #83DCCD;
}
.TagClassName
{
border-color: #83DCCD;
}
</style>