Shades of Riptide #8FDDC9
Tints of Riptide #8FDDC9
RGB
CMYK
RGB Variations
Color information
#8FDDC9 (or 0x8FDDC9) is known color: Riptide. HEX triplet: 8F, DD and C9. RGB value is (143,221,201). Sum of RGB (Red+Green+Blue) = 143+221+201=565 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.31% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 201 (78.91% from 255 or 35.58% from 565); Max value from RGB is 221 - color contains mainly: green. Hex color #8FDDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDDC9 is #702236. Grayscale: #C3C3C3. Windows color (decimal): -7348791 or 13229455. OLE color: 13229455.
HSL color Cylindrical-coordinate representation of color #8FDDC9: hue angle of 164.62º 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 #8FDDC9 is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 221 | 201 | - |
| CMYK | 0.35 | 0 | 0.09 | 0.13 |
| HSL | 164.62º | 0.53% | 0.71% | - |
| HSV(B) | 164.62º | 0.35% | 0.87% | - |
| XYZ | 47.73 | 61.77 | 64.67 | - |
| YUV | 195.4 | 131.16 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 221 | 201 | 0.35 | 0 | 0.09 | 0.13 | 164.62 | 0.53 | 0.71 |
| Hex | 8F | DD | C9 | 23 | 0 | 9 | D | A5 | 35 | 47 |
| Octal | 217 | 335 | 311 | 43 | 0 | 11 | 15 | 245 | 65 | 107 |
| Binary | 10001111 | 11011101 | 11001001 | 100011 | 0 | 1001 | 1101 | 10100101 | 110101 | 1000111 |
Color Harmonies of #8FDDC9
Complementary color
Monochromatic Colors of #8FDDC9
Black with #8FDDC9
Text Example
Text Example
White with #8FDDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDDC9; }
p { color: rgb(143,221,201); }
H1.HeaderClassName
{
color: #8FDDC9;
}
.AnyTagClassName
{
color: #8FDDC9;
}
</style>
background-color css
<style>
a { background-color: #8FDDC9; }
a { background-color: rgb(143,221,201); }
div.DivClassName
{
background-color: #8FDDC9;
}
.BgClassName
{
background-color: #8FDDC9;
}
</style>
border-color css
<style>
span { border-color: #8FDDC9; }
span { border-color: rgb(143,221,201); }
td.TdClassName
{
border-color: #8FDDC9;
}
.TagClassName
{
border-color: #8FDDC9;
}
</style>