Shades of Riptide #83DDCE
Tints of Riptide #83DDCE
RGB
CMYK
RGB Variations
Color information
#83DDCE (or 0x83DDCE) is known color: Riptide. HEX triplet: 83, DD and CE. RGB value is (131,221,206). Sum of RGB (Red+Green+Blue) = 131+221+206=558 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.48% from 558); Green value is 221 (86.72% from 255 or 39.61% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 221 - color contains mainly: green. Hex color #83DDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DDCE is #7C2231. Grayscale: #C0C0C0. Windows color (decimal): -8135218 or 13557123. OLE color: 13557123.
HSL color Cylindrical-coordinate representation of color #83DDCE: hue angle of 170º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83DDCE is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 221 | 206 | - |
| CMYK | 0.41 | 0 | 0.07 | 0.13 |
| HSL | 170º | 0.57% | 0.69% | - |
| HSV(B) | 170º | 0.41% | 0.87% | - |
| XYZ | 46.36 | 60.99 | 67.72 | - |
| YUV | 192.38 | 135.68 | 84.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 221 | 206 | 0.41 | 0 | 0.07 | 0.13 | 170 | 0.57 | 0.69 |
| Hex | 83 | DD | CE | 29 | 0 | 7 | D | AA | 39 | 45 |
| Octal | 203 | 335 | 316 | 51 | 0 | 7 | 15 | 252 | 71 | 105 |
| Binary | 10000011 | 11011101 | 11001110 | 101001 | 0 | 111 | 1101 | 10101010 | 111001 | 1000101 |
Color Harmonies of #83DDCE
Complementary color
Monochromatic Colors of #83DDCE
Black with #83DDCE
Text Example
Text Example
White with #83DDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DDCE; }
p { color: rgb(131,221,206); }
H1.HeaderClassName
{
color: #83DDCE;
}
.AnyTagClassName
{
color: #83DDCE;
}
</style>
background-color css
<style>
a { background-color: #83DDCE; }
a { background-color: rgb(131,221,206); }
div.DivClassName
{
background-color: #83DDCE;
}
.BgClassName
{
background-color: #83DDCE;
}
</style>
border-color css
<style>
span { border-color: #83DDCE; }
span { border-color: rgb(131,221,206); }
td.TdClassName
{
border-color: #83DDCE;
}
.TagClassName
{
border-color: #83DDCE;
}
</style>