Shades of Riptide #8FDDCF
Tints of Riptide #8FDDCF
RGB
CMYK
RGB Variations
Color information
#8FDDCF (or 0x8FDDCF) is known color: Riptide. HEX triplet: 8F, DD and CF. RGB value is (143,221,207). Sum of RGB (Red+Green+Blue) = 143+221+207=571 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.04% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 221 - color contains mainly: green. Hex color #8FDDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDDCF is #702230. Grayscale: #C4C4C4. Windows color (decimal): -7348785 or 13622671. OLE color: 13622671.
HSL color Cylindrical-coordinate representation of color #8FDDCF: hue angle of 169.23º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FDDCF is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 221 | 207 | - |
| CMYK | 0.35 | 0 | 0.06 | 0.13 |
| HSL | 169.23º | 0.53% | 0.71% | - |
| HSV(B) | 169.23º | 0.35% | 0.87% | - |
| XYZ | 48.45 | 62.06 | 68.46 | - |
| YUV | 196.08 | 134.16 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 221 | 207 | 0.35 | 0 | 0.06 | 0.13 | 169.23 | 0.53 | 0.71 |
| Hex | 8F | DD | CF | 23 | 0 | 6 | D | A9 | 35 | 47 |
| Octal | 217 | 335 | 317 | 43 | 0 | 6 | 15 | 251 | 65 | 107 |
| Binary | 10001111 | 11011101 | 11001111 | 100011 | 0 | 110 | 1101 | 10101001 | 110101 | 1000111 |
Color Harmonies of #8FDDCF
Complementary color
Monochromatic Colors of #8FDDCF
Black with #8FDDCF
Text Example
Text Example
White with #8FDDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDDCF; }
p { color: rgb(143,221,207); }
H1.HeaderClassName
{
color: #8FDDCF;
}
.AnyTagClassName
{
color: #8FDDCF;
}
</style>
background-color css
<style>
a { background-color: #8FDDCF; }
a { background-color: rgb(143,221,207); }
div.DivClassName
{
background-color: #8FDDCF;
}
.BgClassName
{
background-color: #8FDDCF;
}
</style>
border-color css
<style>
span { border-color: #8FDDCF; }
span { border-color: rgb(143,221,207); }
td.TdClassName
{
border-color: #8FDDCF;
}
.TagClassName
{
border-color: #8FDDCF;
}
</style>