Shades of Riptide #8FDBC9
Tints of Riptide #8FDBC9
RGB
CMYK
RGB Variations
Color information
#8FDBC9 (or 0x8FDBC9) is known color: Riptide. HEX triplet: 8F, DB and C9. RGB value is (143,219,201). Sum of RGB (Red+Green+Blue) = 143+219+201=563 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.40% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 201 (78.91% from 255 or 35.70% from 563); Max value from RGB is 219 - color contains mainly: green. Hex color #8FDBC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDBC9 is #702436. Grayscale: #C2C2C2. Windows color (decimal): -7349303 or 13228943. OLE color: 13228943.
HSL color Cylindrical-coordinate representation of color #8FDBC9: hue angle of 165.79º 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 #8FDBC9 is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 219 | 201 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.14 |
| HSL | 165.79º | 0.51% | 0.71% | - |
| HSV(B) | 165.79º | 0.35% | 0.86% | - |
| XYZ | 47.2 | 60.72 | 64.49 | - |
| YUV | 194.22 | 131.82 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 219 | 201 | 0.35 | 0 | 0.08 | 0.14 | 165.79 | 0.51 | 0.71 |
| Hex | 8F | DB | C9 | 23 | 0 | 8 | E | A6 | 33 | 47 |
| Octal | 217 | 333 | 311 | 43 | 0 | 10 | 16 | 246 | 63 | 107 |
| Binary | 10001111 | 11011011 | 11001001 | 100011 | 0 | 1000 | 1110 | 10100110 | 110011 | 1000111 |
Color Harmonies of #8FDBC9
Complementary color
Monochromatic Colors of #8FDBC9
Black with #8FDBC9
Text Example
Text Example
White with #8FDBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDBC9; }
p { color: rgb(143,219,201); }
H1.HeaderClassName
{
color: #8FDBC9;
}
.AnyTagClassName
{
color: #8FDBC9;
}
</style>
background-color css
<style>
a { background-color: #8FDBC9; }
a { background-color: rgb(143,219,201); }
div.DivClassName
{
background-color: #8FDBC9;
}
.BgClassName
{
background-color: #8FDBC9;
}
</style>
border-color css
<style>
span { border-color: #8FDBC9; }
span { border-color: rgb(143,219,201); }
td.TdClassName
{
border-color: #8FDBC9;
}
.TagClassName
{
border-color: #8FDBC9;
}
</style>