Shades of Riptide #8FDAD0
Tints of Riptide #8FDAD0
RGB
CMYK
RGB Variations
Color information
#8FDAD0 (or 0x8FDAD0) is known color: Riptide. HEX triplet: 8F, DA and D0. RGB value is (143,218,208). Sum of RGB (Red+Green+Blue) = 143+218+208=569 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.13% from 569); Green value is 218 (85.55% from 255 or 38.31% from 569); Blue value is 208 (81.64% from 255 or 36.56% from 569); Max value from RGB is 218 - color contains mainly: green. Hex color #8FDAD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDAD0 is #70252F. Grayscale: #C2C2C2. Windows color (decimal): -7349552 or 13687439. OLE color: 13687439.
HSL color Cylindrical-coordinate representation of color #8FDAD0: hue angle of 172º 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 #8FDAD0 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 218 | 208 | - |
| CMYK | 0.34 | 0 | 0.05 | 0.15 |
| HSL | 172º | 0.5% | 0.71% | - |
| HSV(B) | 172º | 0.34% | 0.85% | - |
| XYZ | 47.78 | 60.54 | 68.84 | - |
| YUV | 194.44 | 135.65 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 218 | 208 | 0.34 | 0 | 0.05 | 0.15 | 172 | 0.5 | 0.71 |
| Hex | 8F | DA | D0 | 22 | 0 | 5 | F | AC | 32 | 47 |
| Octal | 217 | 332 | 320 | 42 | 0 | 5 | 17 | 254 | 62 | 107 |
| Binary | 10001111 | 11011010 | 11010000 | 100010 | 0 | 101 | 1111 | 10101100 | 110010 | 1000111 |
Color Harmonies of #8FDAD0
Complementary color
Monochromatic Colors of #8FDAD0
Black with #8FDAD0
Text Example
Text Example
White with #8FDAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDAD0; }
p { color: rgb(143,218,208); }
H1.HeaderClassName
{
color: #8FDAD0;
}
.AnyTagClassName
{
color: #8FDAD0;
}
</style>
background-color css
<style>
a { background-color: #8FDAD0; }
a { background-color: rgb(143,218,208); }
div.DivClassName
{
background-color: #8FDAD0;
}
.BgClassName
{
background-color: #8FDAD0;
}
</style>
border-color css
<style>
span { border-color: #8FDAD0; }
span { border-color: rgb(143,218,208); }
td.TdClassName
{
border-color: #8FDAD0;
}
.TagClassName
{
border-color: #8FDAD0;
}
</style>