Shades of Riptide #8DDBD1
Tints of Riptide #8DDBD1
RGB
CMYK
RGB Variations
Color information
#8DDBD1 (or 0x8DDBD1) is known color: Riptide. HEX triplet: 8D, DB and D1. RGB value is (141,219,209). Sum of RGB (Red+Green+Blue) = 141+219+209=569 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.78% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 209 (82.03% from 255 or 36.73% from 569); Max value from RGB is 219 - color contains mainly: green. Hex color #8DDBD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDBD1 is #72242E. Grayscale: #C2C2C2. Windows color (decimal): -7480367 or 13753229. OLE color: 13753229.
HSL color Cylindrical-coordinate representation of color #8DDBD1: hue angle of 172.31º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DDBD1 is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 219 | 209 | - |
| CMYK | 0.36 | 0 | 0.05 | 0.14 |
| HSL | 172.31º | 0.52% | 0.71% | - |
| HSV(B) | 172.31º | 0.36% | 0.86% | - |
| XYZ | 47.82 | 60.93 | 69.56 | - |
| YUV | 194.54 | 136.16 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 219 | 209 | 0.36 | 0 | 0.05 | 0.14 | 172.31 | 0.52 | 0.71 |
| Hex | 8D | DB | D1 | 24 | 0 | 5 | E | AC | 34 | 47 |
| Octal | 215 | 333 | 321 | 44 | 0 | 5 | 16 | 254 | 64 | 107 |
| Binary | 10001101 | 11011011 | 11010001 | 100100 | 0 | 101 | 1110 | 10101100 | 110100 | 1000111 |
Color Harmonies of #8DDBD1
Complementary color
Monochromatic Colors of #8DDBD1
Black with #8DDBD1
Text Example
Text Example
White with #8DDBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDBD1; }
p { color: rgb(141,219,209); }
H1.HeaderClassName
{
color: #8DDBD1;
}
.AnyTagClassName
{
color: #8DDBD1;
}
</style>
background-color css
<style>
a { background-color: #8DDBD1; }
a { background-color: rgb(141,219,209); }
div.DivClassName
{
background-color: #8DDBD1;
}
.BgClassName
{
background-color: #8DDBD1;
}
</style>
border-color css
<style>
span { border-color: #8DDBD1; }
span { border-color: rgb(141,219,209); }
td.TdClassName
{
border-color: #8DDBD1;
}
.TagClassName
{
border-color: #8DDBD1;
}
</style>