Shades of Riptide #8FDACF
Tints of Riptide #8FDACF
RGB
CMYK
RGB Variations
Color information
#8FDACF (or 0x8FDACF) is known color: Riptide. HEX triplet: 8F, DA and CF. RGB value is (143,218,207). Sum of RGB (Red+Green+Blue) = 143+218+207=568 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.18% from 568); Green value is 218 (85.55% from 255 or 38.38% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 218 - color contains mainly: green. Hex color #8FDACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDACF is #702530. Grayscale: #C2C2C2. Windows color (decimal): -7349553 or 13621903. OLE color: 13621903.
HSL color Cylindrical-coordinate representation of color #8FDACF: hue angle of 171.2º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FDACF is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 218 | 207 | - |
| CMYK | 0.34 | 0 | 0.05 | 0.15 |
| HSL | 171.2º | 0.5% | 0.71% | - |
| HSV(B) | 171.2º | 0.34% | 0.85% | - |
| XYZ | 47.66 | 60.49 | 68.19 | - |
| YUV | 194.32 | 135.15 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 218 | 207 | 0.34 | 0 | 0.05 | 0.15 | 171.2 | 0.5 | 0.71 |
| Hex | 8F | DA | CF | 22 | 0 | 5 | F | AB | 32 | 47 |
| Octal | 217 | 332 | 317 | 42 | 0 | 5 | 17 | 253 | 62 | 107 |
| Binary | 10001111 | 11011010 | 11001111 | 100010 | 0 | 101 | 1111 | 10101011 | 110010 | 1000111 |
Color Harmonies of #8FDACF
Complementary color
Monochromatic Colors of #8FDACF
Black with #8FDACF
Text Example
Text Example
White with #8FDACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDACF; }
p { color: rgb(143,218,207); }
H1.HeaderClassName
{
color: #8FDACF;
}
.AnyTagClassName
{
color: #8FDACF;
}
</style>
background-color css
<style>
a { background-color: #8FDACF; }
a { background-color: rgb(143,218,207); }
div.DivClassName
{
background-color: #8FDACF;
}
.BgClassName
{
background-color: #8FDACF;
}
</style>
border-color css
<style>
span { border-color: #8FDACF; }
span { border-color: rgb(143,218,207); }
td.TdClassName
{
border-color: #8FDACF;
}
.TagClassName
{
border-color: #8FDACF;
}
</style>