Shades of Riptide #8FDFCD
Tints of Riptide #8FDFCD
RGB
CMYK
RGB Variations
Color information
#8FDFCD (or 0x8FDFCD) is known color: Riptide. HEX triplet: 8F, DF and CD. RGB value is (143,223,205). Sum of RGB (Red+Green+Blue) = 143+223+205=571 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.04% from 571); Green value is 223 (87.5% from 255 or 39.05% from 571); Blue value is 205 (80.47% from 255 or 35.90% from 571); Max value from RGB is 223 - color contains mainly: green. Hex color #8FDFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDFCD is #702032. Grayscale: #C5C5C5. Windows color (decimal): -7348275 or 13492111. OLE color: 13492111.
HSL color Cylindrical-coordinate representation of color #8FDFCD: hue angle of 166.5º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FDFCD is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 223 | 205 | - |
| CMYK | 0.36 | 0 | 0.08 | 0.13 |
| HSL | 166.5º | 0.56% | 0.72% | - |
| HSV(B) | 166.5º | 0.36% | 0.87% | - |
| XYZ | 48.73 | 63.02 | 67.35 | - |
| YUV | 197.03 | 132.5 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 223 | 205 | 0.36 | 0 | 0.08 | 0.13 | 166.5 | 0.56 | 0.72 |
| Hex | 8F | DF | CD | 24 | 0 | 8 | D | A6 | 38 | 48 |
| Octal | 217 | 337 | 315 | 44 | 0 | 10 | 15 | 246 | 70 | 110 |
| Binary | 10001111 | 11011111 | 11001101 | 100100 | 0 | 1000 | 1101 | 10100110 | 111000 | 1001000 |
Color Harmonies of #8FDFCD
Complementary color
Monochromatic Colors of #8FDFCD
Black with #8FDFCD
Text Example
Text Example
White with #8FDFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDFCD; }
p { color: rgb(143,223,205); }
H1.HeaderClassName
{
color: #8FDFCD;
}
.AnyTagClassName
{
color: #8FDFCD;
}
</style>
background-color css
<style>
a { background-color: #8FDFCD; }
a { background-color: rgb(143,223,205); }
div.DivClassName
{
background-color: #8FDFCD;
}
.BgClassName
{
background-color: #8FDFCD;
}
</style>
border-color css
<style>
span { border-color: #8FDFCD; }
span { border-color: rgb(143,223,205); }
td.TdClassName
{
border-color: #8FDFCD;
}
.TagClassName
{
border-color: #8FDFCD;
}
</style>