Shades of Riptide #8FDFCB
Tints of Riptide #8FDFCB
RGB
CMYK
RGB Variations
Color information
#8FDFCB (or 0x8FDFCB) is known color: Riptide. HEX triplet: 8F, DF and CB. RGB value is (143,223,203). Sum of RGB (Red+Green+Blue) = 143+223+203=569 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.13% from 569); Green value is 223 (87.5% from 255 or 39.19% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 223 - color contains mainly: green. Hex color #8FDFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDFCB is #702034. Grayscale: #C4C4C4. Windows color (decimal): -7348277 or 13361039. OLE color: 13361039.
HSL color Cylindrical-coordinate representation of color #8FDFCB: hue angle of 165º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FDFCB is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 223 | 203 | - |
| CMYK | 0.36 | 0 | 0.09 | 0.13 |
| HSL | 165º | 0.56% | 0.72% | - |
| HSV(B) | 165º | 0.36% | 0.87% | - |
| XYZ | 48.49 | 62.93 | 66.09 | - |
| YUV | 196.8 | 131.5 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 223 | 203 | 0.36 | 0 | 0.09 | 0.13 | 165 | 0.56 | 0.72 |
| Hex | 8F | DF | CB | 24 | 0 | 9 | D | A5 | 38 | 48 |
| Octal | 217 | 337 | 313 | 44 | 0 | 11 | 15 | 245 | 70 | 110 |
| Binary | 10001111 | 11011111 | 11001011 | 100100 | 0 | 1001 | 1101 | 10100101 | 111000 | 1001000 |
Color Harmonies of #8FDFCB
Complementary color
Monochromatic Colors of #8FDFCB
Black with #8FDFCB
Text Example
Text Example
White with #8FDFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDFCB; }
p { color: rgb(143,223,203); }
H1.HeaderClassName
{
color: #8FDFCB;
}
.AnyTagClassName
{
color: #8FDFCB;
}
</style>
background-color css
<style>
a { background-color: #8FDFCB; }
a { background-color: rgb(143,223,203); }
div.DivClassName
{
background-color: #8FDFCB;
}
.BgClassName
{
background-color: #8FDFCB;
}
</style>
border-color css
<style>
span { border-color: #8FDFCB; }
span { border-color: rgb(143,223,203); }
td.TdClassName
{
border-color: #8FDFCB;
}
.TagClassName
{
border-color: #8FDFCB;
}
</style>