Shades of Riptide #8FDCC7
Tints of Riptide #8FDCC7
RGB
CMYK
RGB Variations
Color information
#8FDCC7 (or 0x8FDCC7) is known color: Riptide. HEX triplet: 8F, DC and C7. RGB value is (143,220,199). Sum of RGB (Red+Green+Blue) = 143+220+199=562 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.44% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 199 (78.12% from 255 or 35.41% from 562); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDCC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDCC7 is #702338. Grayscale: #C2C2C2. Windows color (decimal): -7349049 or 13098127. OLE color: 13098127.
HSL color Cylindrical-coordinate representation of color #8FDCC7: hue angle of 163.64º degrees, saturation: 0.52, 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 #8FDCC7 is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 220 | 199 | - |
| CMYK | 0.35 | 0 | 0.10 | 0.14 |
| HSL | 163.64º | 0.52% | 0.71% | - |
| HSV(B) | 163.64º | 0.35% | 0.86% | - |
| XYZ | 47.23 | 61.15 | 63.35 | - |
| YUV | 194.58 | 130.49 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 220 | 199 | 0.35 | 0 | 0.10 | 0.14 | 163.64 | 0.52 | 0.71 |
| Hex | 8F | DC | C7 | 23 | 0 | A | E | A4 | 34 | 47 |
| Octal | 217 | 334 | 307 | 43 | 0 | 12 | 16 | 244 | 64 | 107 |
| Binary | 10001111 | 11011100 | 11000111 | 100011 | 0 | 1010 | 1110 | 10100100 | 110100 | 1000111 |
Color Harmonies of #8FDCC7
Complementary color
Monochromatic Colors of #8FDCC7
Black with #8FDCC7
Text Example
Text Example
White with #8FDCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDCC7; }
p { color: rgb(143,220,199); }
H1.HeaderClassName
{
color: #8FDCC7;
}
.AnyTagClassName
{
color: #8FDCC7;
}
</style>
background-color css
<style>
a { background-color: #8FDCC7; }
a { background-color: rgb(143,220,199); }
div.DivClassName
{
background-color: #8FDCC7;
}
.BgClassName
{
background-color: #8FDCC7;
}
</style>
border-color css
<style>
span { border-color: #8FDCC7; }
span { border-color: rgb(143,220,199); }
td.TdClassName
{
border-color: #8FDCC7;
}
.TagClassName
{
border-color: #8FDCC7;
}
</style>