Shades of Riptide #8CDDCE
Tints of Riptide #8CDDCE
RGB
CMYK
RGB Variations
Color information
#8CDDCE (or 0x8CDDCE) is known color: Riptide. HEX triplet: 8C, DD and CE. RGB value is (140,221,206). Sum of RGB (Red+Green+Blue) = 140+221+206=567 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.69% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDDCE is #732231. Grayscale: #C3C3C3. Windows color (decimal): -7545394 or 13557132. OLE color: 13557132.
HSL color Cylindrical-coordinate representation of color #8CDDCE: hue angle of 168.89º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CDDCE is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 221 | 206 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.13 |
| HSL | 168.89º | 0.54% | 0.71% | - |
| HSV(B) | 168.89º | 0.37% | 0.87% | - |
| XYZ | 47.81 | 61.74 | 67.79 | - |
| YUV | 195.07 | 134.16 | 88.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 221 | 206 | 0.37 | 0 | 0.07 | 0.13 | 168.89 | 0.54 | 0.71 |
| Hex | 8C | DD | CE | 25 | 0 | 7 | D | A9 | 36 | 47 |
| Octal | 214 | 335 | 316 | 45 | 0 | 7 | 15 | 251 | 66 | 107 |
| Binary | 10001100 | 11011101 | 11001110 | 100101 | 0 | 111 | 1101 | 10101001 | 110110 | 1000111 |
Color Harmonies of #8CDDCE
Complementary color
Monochromatic Colors of #8CDDCE
Black with #8CDDCE
Text Example
Text Example
White with #8CDDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDDCE; }
p { color: rgb(140,221,206); }
H1.HeaderClassName
{
color: #8CDDCE;
}
.AnyTagClassName
{
color: #8CDDCE;
}
</style>
background-color css
<style>
a { background-color: #8CDDCE; }
a { background-color: rgb(140,221,206); }
div.DivClassName
{
background-color: #8CDDCE;
}
.BgClassName
{
background-color: #8CDDCE;
}
</style>
border-color css
<style>
span { border-color: #8CDDCE; }
span { border-color: rgb(140,221,206); }
td.TdClassName
{
border-color: #8CDDCE;
}
.TagClassName
{
border-color: #8CDDCE;
}
</style>