Shades of Riptide #8FDBD1
Tints of Riptide #8FDBD1
RGB
CMYK
RGB Variations
Color information
#8FDBD1 (or 0x8FDBD1) is known color: Riptide. HEX triplet: 8F, DB and D1. RGB value is (143,219,209). Sum of RGB (Red+Green+Blue) = 143+219+209=571 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.04% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 209 (82.03% from 255 or 36.60% from 571); Max value from RGB is 219 - color contains mainly: green. Hex color #8FDBD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDBD1 is #70242E. Grayscale: #C3C3C3. Windows color (decimal): -7349295 or 13753231. OLE color: 13753231.
HSL color Cylindrical-coordinate representation of color #8FDBD1: hue angle of 172.11º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FDBD1 is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 219 | 209 | - |
| CMYK | 0.35 | 0 | 0.05 | 0.14 |
| HSL | 172.11º | 0.51% | 0.71% | - |
| HSV(B) | 172.11º | 0.35% | 0.86% | - |
| XYZ | 48.17 | 61.11 | 69.58 | - |
| YUV | 195.14 | 135.82 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 219 | 209 | 0.35 | 0 | 0.05 | 0.14 | 172.11 | 0.51 | 0.71 |
| Hex | 8F | DB | D1 | 23 | 0 | 5 | E | AC | 33 | 47 |
| Octal | 217 | 333 | 321 | 43 | 0 | 5 | 16 | 254 | 63 | 107 |
| Binary | 10001111 | 11011011 | 11010001 | 100011 | 0 | 101 | 1110 | 10101100 | 110011 | 1000111 |
Color Harmonies of #8FDBD1
Complementary color
Monochromatic Colors of #8FDBD1
Black with #8FDBD1
Text Example
Text Example
White with #8FDBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDBD1; }
p { color: rgb(143,219,209); }
H1.HeaderClassName
{
color: #8FDBD1;
}
.AnyTagClassName
{
color: #8FDBD1;
}
</style>
background-color css
<style>
a { background-color: #8FDBD1; }
a { background-color: rgb(143,219,209); }
div.DivClassName
{
background-color: #8FDBD1;
}
.BgClassName
{
background-color: #8FDBD1;
}
</style>
border-color css
<style>
span { border-color: #8FDBD1; }
span { border-color: rgb(143,219,209); }
td.TdClassName
{
border-color: #8FDBD1;
}
.TagClassName
{
border-color: #8FDBD1;
}
</style>