Shades of Riptide #8FDFD7
Tints of Riptide #8FDFD7
RGB
CMYK
RGB Variations
Color information
#8FDFD7 (or 0x8FDFD7) is known color: Riptide. HEX triplet: 8F, DF and D7. RGB value is (143,223,215). Sum of RGB (Red+Green+Blue) = 143+223+215=581 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.61% from 581); Green value is 223 (87.5% from 255 or 38.38% from 581); Blue value is 215 (84.38% from 255 or 37.01% from 581); Max value from RGB is 223 - color contains mainly: green. Hex color #8FDFD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDFD7 is #702028. Grayscale: #C6C6C6. Windows color (decimal): -7348265 or 14147471. OLE color: 14147471.
HSL color Cylindrical-coordinate representation of color #8FDFD7: hue angle of 174º 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 #8FDFD7 is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 223 | 215 | - |
| CMYK | 0.36 | 0 | 0.04 | 0.13 |
| HSL | 174º | 0.56% | 0.72% | - |
| HSV(B) | 174º | 0.36% | 0.87% | - |
| XYZ | 49.98 | 63.52 | 73.92 | - |
| YUV | 198.17 | 137.5 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 223 | 215 | 0.36 | 0 | 0.04 | 0.13 | 174 | 0.56 | 0.72 |
| Hex | 8F | DF | D7 | 24 | 0 | 4 | D | AE | 38 | 48 |
| Octal | 217 | 337 | 327 | 44 | 0 | 4 | 15 | 256 | 70 | 110 |
| Binary | 10001111 | 11011111 | 11010111 | 100100 | 0 | 100 | 1101 | 10101110 | 111000 | 1001000 |
Color Harmonies of #8FDFD7
Complementary color
Monochromatic Colors of #8FDFD7
Black with #8FDFD7
Text Example
Text Example
White with #8FDFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDFD7; }
p { color: rgb(143,223,215); }
H1.HeaderClassName
{
color: #8FDFD7;
}
.AnyTagClassName
{
color: #8FDFD7;
}
</style>
background-color css
<style>
a { background-color: #8FDFD7; }
a { background-color: rgb(143,223,215); }
div.DivClassName
{
background-color: #8FDFD7;
}
.BgClassName
{
background-color: #8FDFD7;
}
</style>
border-color css
<style>
span { border-color: #8FDFD7; }
span { border-color: rgb(143,223,215); }
td.TdClassName
{
border-color: #8FDFD7;
}
.TagClassName
{
border-color: #8FDFD7;
}
</style>