Shades of Riptide #8DEBD5
Tints of Riptide #8DEBD5
RGB
CMYK
RGB Variations
Color information
#8DEBD5 (or 0x8DEBD5) is known color: Riptide. HEX triplet: 8D, EB and D5. RGB value is (141,235,213). Sum of RGB (Red+Green+Blue) = 141+235+213=589 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.94% from 589); Green value is 235 (92.19% from 255 or 39.90% from 589); Blue value is 213 (83.59% from 255 or 36.16% from 589); Max value from RGB is 235 - color contains mainly: green. Hex color #8DEBD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEBD5 is #72142A. Grayscale: #CCCCCC. Windows color (decimal): -7476267 or 14019469. OLE color: 14019469.
HSL color Cylindrical-coordinate representation of color #8DEBD5: hue angle of 165.96º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DEBD5 is Cyan = 0.4, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 235 | 213 | - |
| CMYK | 0.4 | 0 | 0.09 | 0.08 |
| HSL | 165.96º | 0.7% | 0.74% | - |
| HSV(B) | 165.96º | 0.4% | 0.92% | - |
| XYZ | 52.7 | 69.88 | 73.66 | - |
| YUV | 204.39 | 132.86 | 82.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 235 | 213 | 0.4 | 0 | 0.09 | 0.08 | 165.96 | 0.7 | 0.74 |
| Hex | 8D | EB | D5 | 28 | 0 | 9 | 8 | A6 | 46 | 4A |
| Octal | 215 | 353 | 325 | 50 | 0 | 11 | 10 | 246 | 106 | 112 |
| Binary | 10001101 | 11101011 | 11010101 | 101000 | 0 | 1001 | 1000 | 10100110 | 1000110 | 1001010 |
Color Harmonies of #8DEBD5
Complementary color
Monochromatic Colors of #8DEBD5
Black with #8DEBD5
Text Example
Text Example
White with #8DEBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEBD5; }
p { color: rgb(141,235,213); }
H1.HeaderClassName
{
color: #8DEBD5;
}
.AnyTagClassName
{
color: #8DEBD5;
}
</style>
background-color css
<style>
a { background-color: #8DEBD5; }
a { background-color: rgb(141,235,213); }
div.DivClassName
{
background-color: #8DEBD5;
}
.BgClassName
{
background-color: #8DEBD5;
}
</style>
border-color css
<style>
span { border-color: #8DEBD5; }
span { border-color: rgb(141,235,213); }
td.TdClassName
{
border-color: #8DEBD5;
}
.TagClassName
{
border-color: #8DEBD5;
}
</style>