Shades of Riptide #8FDFD6
Tints of Riptide #8FDFD6
RGB
CMYK
RGB Variations
Color information
#8FDFD6 (or 0x8FDFD6) is known color: Riptide. HEX triplet: 8F, DF and D6. RGB value is (143,223,214). Sum of RGB (Red+Green+Blue) = 143+223+214=580 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.66% from 580); Green value is 223 (87.5% from 255 or 38.45% from 580); Blue value is 214 (83.98% from 255 or 36.90% from 580); Max value from RGB is 223 - color contains mainly: green. Hex color #8FDFD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDFD6 is #702029. Grayscale: #C6C6C6. Windows color (decimal): -7348266 or 14081935. OLE color: 14081935.
HSL color Cylindrical-coordinate representation of color #8FDFD6: hue angle of 173.25º 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 #8FDFD6 is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 223 | 214 | - |
| CMYK | 0.36 | 0 | 0.04 | 0.13 |
| HSL | 173.25º | 0.56% | 0.72% | - |
| HSV(B) | 173.25º | 0.36% | 0.87% | - |
| XYZ | 49.85 | 63.47 | 73.24 | - |
| YUV | 198.05 | 137 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 223 | 214 | 0.36 | 0 | 0.04 | 0.13 | 173.25 | 0.56 | 0.72 |
| Hex | 8F | DF | D6 | 24 | 0 | 4 | D | AD | 38 | 48 |
| Octal | 217 | 337 | 326 | 44 | 0 | 4 | 15 | 255 | 70 | 110 |
| Binary | 10001111 | 11011111 | 11010110 | 100100 | 0 | 100 | 1101 | 10101101 | 111000 | 1001000 |
Color Harmonies of #8FDFD6
Complementary color
Monochromatic Colors of #8FDFD6
Black with #8FDFD6
Text Example
Text Example
White with #8FDFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDFD6; }
p { color: rgb(143,223,214); }
H1.HeaderClassName
{
color: #8FDFD6;
}
.AnyTagClassName
{
color: #8FDFD6;
}
</style>
background-color css
<style>
a { background-color: #8FDFD6; }
a { background-color: rgb(143,223,214); }
div.DivClassName
{
background-color: #8FDFD6;
}
.BgClassName
{
background-color: #8FDFD6;
}
</style>
border-color css
<style>
span { border-color: #8FDFD6; }
span { border-color: rgb(143,223,214); }
td.TdClassName
{
border-color: #8FDFD6;
}
.TagClassName
{
border-color: #8FDFD6;
}
</style>