Shades of Riptide #8DDBCE
Tints of Riptide #8DDBCE
RGB
CMYK
RGB Variations
Color information
#8DDBCE (or 0x8DDBCE) is known color: Riptide. HEX triplet: 8D, DB and CE. RGB value is (141,219,206). Sum of RGB (Red+Green+Blue) = 141+219+206=566 (74% of max value = 765). Red value is 141 (55.47% from 255 or 24.91% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 219 - color contains mainly: green. Hex color #8DDBCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDBCE is #722431. Grayscale: #C2C2C2. Windows color (decimal): -7480370 or 13556621. OLE color: 13556621.
HSL color Cylindrical-coordinate representation of color #8DDBCE: hue angle of 170º 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 #8DDBCE is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 219 | 206 | - |
| CMYK | 0.36 | 0 | 0.06 | 0.14 |
| HSL | 170º | 0.52% | 0.71% | - |
| HSV(B) | 170º | 0.36% | 0.86% | - |
| XYZ | 47.46 | 60.78 | 67.62 | - |
| YUV | 194.2 | 134.66 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 219 | 206 | 0.36 | 0 | 0.06 | 0.14 | 170 | 0.52 | 0.71 |
| Hex | 8D | DB | CE | 24 | 0 | 6 | E | AA | 34 | 47 |
| Octal | 215 | 333 | 316 | 44 | 0 | 6 | 16 | 252 | 64 | 107 |
| Binary | 10001101 | 11011011 | 11001110 | 100100 | 0 | 110 | 1110 | 10101010 | 110100 | 1000111 |
Color Harmonies of #8DDBCE
Complementary color
Monochromatic Colors of #8DDBCE
Black with #8DDBCE
Text Example
Text Example
White with #8DDBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDBCE; }
p { color: rgb(141,219,206); }
H1.HeaderClassName
{
color: #8DDBCE;
}
.AnyTagClassName
{
color: #8DDBCE;
}
</style>
background-color css
<style>
a { background-color: #8DDBCE; }
a { background-color: rgb(141,219,206); }
div.DivClassName
{
background-color: #8DDBCE;
}
.BgClassName
{
background-color: #8DDBCE;
}
</style>
border-color css
<style>
span { border-color: #8DDBCE; }
span { border-color: rgb(141,219,206); }
td.TdClassName
{
border-color: #8DDBCE;
}
.TagClassName
{
border-color: #8DDBCE;
}
</style>