Shades of Riptide #8CDDC9
Tints of Riptide #8CDDC9
RGB
CMYK
RGB Variations
Color information
#8CDDC9 (or 0x8CDDC9) is known color: Riptide. HEX triplet: 8C, DD and C9. RGB value is (140,221,201). Sum of RGB (Red+Green+Blue) = 140+221+201=562 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.91% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 201 (78.91% from 255 or 35.77% from 562); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDDC9 is #732236. Grayscale: #C2C2C2. Windows color (decimal): -7545399 or 13229452. OLE color: 13229452.
HSL color Cylindrical-coordinate representation of color #8CDDC9: hue angle of 165.19º 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 #8CDDC9 is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 221 | 201 | - |
| CMYK | 0.37 | 0 | 0.09 | 0.13 |
| HSL | 165.19º | 0.54% | 0.71% | - |
| HSV(B) | 165.19º | 0.37% | 0.87% | - |
| XYZ | 47.21 | 61.51 | 64.64 | - |
| YUV | 194.5 | 131.66 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 221 | 201 | 0.37 | 0 | 0.09 | 0.13 | 165.19 | 0.54 | 0.71 |
| Hex | 8C | DD | C9 | 25 | 0 | 9 | D | A5 | 36 | 47 |
| Octal | 214 | 335 | 311 | 45 | 0 | 11 | 15 | 245 | 66 | 107 |
| Binary | 10001100 | 11011101 | 11001001 | 100101 | 0 | 1001 | 1101 | 10100101 | 110110 | 1000111 |
Color Harmonies of #8CDDC9
Complementary color
Monochromatic Colors of #8CDDC9
Black with #8CDDC9
Text Example
Text Example
White with #8CDDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDDC9; }
p { color: rgb(140,221,201); }
H1.HeaderClassName
{
color: #8CDDC9;
}
.AnyTagClassName
{
color: #8CDDC9;
}
</style>
background-color css
<style>
a { background-color: #8CDDC9; }
a { background-color: rgb(140,221,201); }
div.DivClassName
{
background-color: #8CDDC9;
}
.BgClassName
{
background-color: #8CDDC9;
}
</style>
border-color css
<style>
span { border-color: #8CDDC9; }
span { border-color: rgb(140,221,201); }
td.TdClassName
{
border-color: #8CDDC9;
}
.TagClassName
{
border-color: #8CDDC9;
}
</style>