Shades of Riptide #8FDAD3
Tints of Riptide #8FDAD3
RGB
CMYK
RGB Variations
Color information
#8FDAD3 (or 0x8FDAD3) is known color: Riptide. HEX triplet: 8F, DA and D3. RGB value is (143,218,211). Sum of RGB (Red+Green+Blue) = 143+218+211=572 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25% from 572); Green value is 218 (85.55% from 255 or 38.11% from 572); Blue value is 211 (82.81% from 255 or 36.89% from 572); Max value from RGB is 218 - color contains mainly: green. Hex color #8FDAD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDAD3 is #70252C. Grayscale: #C2C2C2. Windows color (decimal): -7349549 or 13884047. OLE color: 13884047.
HSL color Cylindrical-coordinate representation of color #8FDAD3: hue angle of 174.4º 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 #8FDAD3 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 218 | 211 | - |
| CMYK | 0.34 | 0 | 0.03 | 0.15 |
| HSL | 174.4º | 0.5% | 0.71% | - |
| HSV(B) | 174.4º | 0.34% | 0.85% | - |
| XYZ | 48.16 | 60.69 | 70.8 | - |
| YUV | 194.78 | 137.15 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 218 | 211 | 0.34 | 0 | 0.03 | 0.15 | 174.4 | 0.5 | 0.71 |
| Hex | 8F | DA | D3 | 22 | 0 | 3 | F | AE | 32 | 47 |
| Octal | 217 | 332 | 323 | 42 | 0 | 3 | 17 | 256 | 62 | 107 |
| Binary | 10001111 | 11011010 | 11010011 | 100010 | 0 | 11 | 1111 | 10101110 | 110010 | 1000111 |
Color Harmonies of #8FDAD3
Complementary color
Monochromatic Colors of #8FDAD3
Black with #8FDAD3
Text Example
Text Example
White with #8FDAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDAD3; }
p { color: rgb(143,218,211); }
H1.HeaderClassName
{
color: #8FDAD3;
}
.AnyTagClassName
{
color: #8FDAD3;
}
</style>
background-color css
<style>
a { background-color: #8FDAD3; }
a { background-color: rgb(143,218,211); }
div.DivClassName
{
background-color: #8FDAD3;
}
.BgClassName
{
background-color: #8FDAD3;
}
</style>
border-color css
<style>
span { border-color: #8FDAD3; }
span { border-color: rgb(143,218,211); }
td.TdClassName
{
border-color: #8FDAD3;
}
.TagClassName
{
border-color: #8FDAD3;
}
</style>