Shades of Riptide #8DDBCB
Tints of Riptide #8DDBCB
RGB
CMYK
RGB Variations
Color information
#8DDBCB (or 0x8DDBCB) is known color: Riptide. HEX triplet: 8D, DB and CB. RGB value is (141,219,203). Sum of RGB (Red+Green+Blue) = 141+219+203=563 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.04% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 219 - color contains mainly: green. Hex color #8DDBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDBCB is #722434. Grayscale: #C1C1C1. Windows color (decimal): -7480373 or 13360013. OLE color: 13360013.
HSL color Cylindrical-coordinate representation of color #8DDBCB: hue angle of 167.69º 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 #8DDBCB is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 219 | 203 | - |
| CMYK | 0.36 | 0 | 0.07 | 0.14 |
| HSL | 167.69º | 0.52% | 0.71% | - |
| HSV(B) | 167.69º | 0.36% | 0.86% | - |
| XYZ | 47.1 | 60.64 | 65.72 | - |
| YUV | 193.85 | 133.16 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 219 | 203 | 0.36 | 0 | 0.07 | 0.14 | 167.69 | 0.52 | 0.71 |
| Hex | 8D | DB | CB | 24 | 0 | 7 | E | A8 | 34 | 47 |
| Octal | 215 | 333 | 313 | 44 | 0 | 7 | 16 | 250 | 64 | 107 |
| Binary | 10001101 | 11011011 | 11001011 | 100100 | 0 | 111 | 1110 | 10101000 | 110100 | 1000111 |
Color Harmonies of #8DDBCB
Complementary color
Monochromatic Colors of #8DDBCB
Black with #8DDBCB
Text Example
Text Example
White with #8DDBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDBCB; }
p { color: rgb(141,219,203); }
H1.HeaderClassName
{
color: #8DDBCB;
}
.AnyTagClassName
{
color: #8DDBCB;
}
</style>
background-color css
<style>
a { background-color: #8DDBCB; }
a { background-color: rgb(141,219,203); }
div.DivClassName
{
background-color: #8DDBCB;
}
.BgClassName
{
background-color: #8DDBCB;
}
</style>
border-color css
<style>
span { border-color: #8DDBCB; }
span { border-color: rgb(141,219,203); }
td.TdClassName
{
border-color: #8DDBCB;
}
.TagClassName
{
border-color: #8DDBCB;
}
</style>