Shades of Riptide #8CDDD7
Tints of Riptide #8CDDD7
RGB
CMYK
RGB Variations
Color information
#8CDDD7 (or 0x8CDDD7) is known color: Riptide. HEX triplet: 8C, DD and D7. RGB value is (140,221,215). Sum of RGB (Red+Green+Blue) = 140+221+215=576 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.31% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 215 (84.38% from 255 or 37.33% from 576); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDDD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDDD7 is #732228. Grayscale: #C4C4C4. Windows color (decimal): -7545385 or 14146956. OLE color: 14146956.
HSL color Cylindrical-coordinate representation of color #8CDDD7: hue angle of 175.56º 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 #8CDDD7 is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 221 | 215 | - |
| CMYK | 0.37 | 0 | 0.03 | 0.13 |
| HSL | 175.56º | 0.54% | 0.71% | - |
| HSV(B) | 175.56º | 0.37% | 0.87% | - |
| XYZ | 48.94 | 62.19 | 73.72 | - |
| YUV | 196.1 | 138.66 | 87.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 221 | 215 | 0.37 | 0 | 0.03 | 0.13 | 175.56 | 0.54 | 0.71 |
| Hex | 8C | DD | D7 | 25 | 0 | 3 | D | B0 | 36 | 47 |
| Octal | 214 | 335 | 327 | 45 | 0 | 3 | 15 | 260 | 66 | 107 |
| Binary | 10001100 | 11011101 | 11010111 | 100101 | 0 | 11 | 1101 | 10110000 | 110110 | 1000111 |
Color Harmonies of #8CDDD7
Complementary color
Monochromatic Colors of #8CDDD7
Black with #8CDDD7
Text Example
Text Example
White with #8CDDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDDD7; }
p { color: rgb(140,221,215); }
H1.HeaderClassName
{
color: #8CDDD7;
}
.AnyTagClassName
{
color: #8CDDD7;
}
</style>
background-color css
<style>
a { background-color: #8CDDD7; }
a { background-color: rgb(140,221,215); }
div.DivClassName
{
background-color: #8CDDD7;
}
.BgClassName
{
background-color: #8CDDD7;
}
</style>
border-color css
<style>
span { border-color: #8CDDD7; }
span { border-color: rgb(140,221,215); }
td.TdClassName
{
border-color: #8CDDD7;
}
.TagClassName
{
border-color: #8CDDD7;
}
</style>