Shades of Riptide #8DCFC9
Tints of Riptide #8DCFC9
RGB
CMYK
RGB Variations
Color information
#8DCFC9 (or 0x8DCFC9) is known color: Riptide. HEX triplet: 8D, CF and C9. RGB value is (141,207,201). Sum of RGB (Red+Green+Blue) = 141+207+201=549 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.68% from 549); Green value is 207 (81.25% from 255 or 37.70% from 549); Blue value is 201 (78.91% from 255 or 36.61% from 549); Max value from RGB is 207 - color contains mainly: green. Hex color #8DCFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCFC9 is #723036. Grayscale: #BABABA. Windows color (decimal): -7483447 or 13225869. OLE color: 13225869.
HSL color Cylindrical-coordinate representation of color #8DCFC9: hue angle of 174.55º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DCFC9 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 207 | 201 | - |
| CMYK | 0.32 | 0 | 0.03 | 0.19 |
| HSL | 174.55º | 0.41% | 0.68% | - |
| HSV(B) | 174.55º | 0.32% | 0.81% | - |
| XYZ | 43.84 | 54.51 | 63.47 | - |
| YUV | 186.58 | 136.13 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 207 | 201 | 0.32 | 0 | 0.03 | 0.19 | 174.55 | 0.41 | 0.68 |
| Hex | 8D | CF | C9 | 20 | 0 | 3 | 13 | AF | 29 | 44 |
| Octal | 215 | 317 | 311 | 40 | 0 | 3 | 23 | 257 | 51 | 104 |
| Binary | 10001101 | 11001111 | 11001001 | 100000 | 0 | 11 | 10011 | 10101111 | 101001 | 1000100 |
Color Harmonies of #8DCFC9
Complementary color
Monochromatic Colors of #8DCFC9
Black with #8DCFC9
Text Example
Text Example
White with #8DCFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCFC9; }
p { color: rgb(141,207,201); }
H1.HeaderClassName
{
color: #8DCFC9;
}
.AnyTagClassName
{
color: #8DCFC9;
}
</style>
background-color css
<style>
a { background-color: #8DCFC9; }
a { background-color: rgb(141,207,201); }
div.DivClassName
{
background-color: #8DCFC9;
}
.BgClassName
{
background-color: #8DCFC9;
}
</style>
border-color css
<style>
span { border-color: #8DCFC9; }
span { border-color: rgb(141,207,201); }
td.TdClassName
{
border-color: #8DCFC9;
}
.TagClassName
{
border-color: #8DCFC9;
}
</style>