Shades of Riptide #8FDDCB
Tints of Riptide #8FDDCB
RGB
CMYK
RGB Variations
Color information
#8FDDCB (or 0x8FDDCB) is known color: Riptide. HEX triplet: 8F, DD and CB. RGB value is (143,221,203). Sum of RGB (Red+Green+Blue) = 143+221+203=567 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.22% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 221 - color contains mainly: green. Hex color #8FDDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDDCB is #702234. Grayscale: #C3C3C3. Windows color (decimal): -7348789 or 13360527. OLE color: 13360527.
HSL color Cylindrical-coordinate representation of color #8FDDCB: hue angle of 166.15º 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 #8FDDCB is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 221 | 203 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.13 |
| HSL | 166.15º | 0.53% | 0.71% | - |
| HSV(B) | 166.15º | 0.35% | 0.87% | - |
| XYZ | 47.96 | 61.86 | 65.91 | - |
| YUV | 195.63 | 132.16 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 221 | 203 | 0.35 | 0 | 0.08 | 0.13 | 166.15 | 0.53 | 0.71 |
| Hex | 8F | DD | CB | 23 | 0 | 8 | D | A6 | 35 | 47 |
| Octal | 217 | 335 | 313 | 43 | 0 | 10 | 15 | 246 | 65 | 107 |
| Binary | 10001111 | 11011101 | 11001011 | 100011 | 0 | 1000 | 1101 | 10100110 | 110101 | 1000111 |
Color Harmonies of #8FDDCB
Complementary color
Monochromatic Colors of #8FDDCB
Black with #8FDDCB
Text Example
Text Example
White with #8FDDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDDCB; }
p { color: rgb(143,221,203); }
H1.HeaderClassName
{
color: #8FDDCB;
}
.AnyTagClassName
{
color: #8FDDCB;
}
</style>
background-color css
<style>
a { background-color: #8FDDCB; }
a { background-color: rgb(143,221,203); }
div.DivClassName
{
background-color: #8FDDCB;
}
.BgClassName
{
background-color: #8FDDCB;
}
</style>
border-color css
<style>
span { border-color: #8FDDCB; }
span { border-color: rgb(143,221,203); }
td.TdClassName
{
border-color: #8FDDCB;
}
.TagClassName
{
border-color: #8FDDCB;
}
</style>