Shades of Riptide #8FDFCC
Tints of Riptide #8FDFCC
RGB
CMYK
RGB Variations
Color information
#8FDFCC (or 0x8FDFCC) is known color: Riptide. HEX triplet: 8F, DF and CC. RGB value is (143,223,204). Sum of RGB (Red+Green+Blue) = 143+223+204=570 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.09% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 223 - color contains mainly: green. Hex color #8FDFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDFCC is #702033. Grayscale: #C4C4C4. Windows color (decimal): -7348276 or 13426575. OLE color: 13426575.
HSL color Cylindrical-coordinate representation of color #8FDFCC: hue angle of 165.75º 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 #8FDFCC is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 223 | 204 | - |
| CMYK | 0.36 | 0 | 0.09 | 0.13 |
| HSL | 165.75º | 0.56% | 0.72% | - |
| HSV(B) | 165.75º | 0.36% | 0.87% | - |
| XYZ | 48.61 | 62.97 | 66.72 | - |
| YUV | 196.91 | 132 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 223 | 204 | 0.36 | 0 | 0.09 | 0.13 | 165.75 | 0.56 | 0.72 |
| Hex | 8F | DF | CC | 24 | 0 | 9 | D | A6 | 38 | 48 |
| Octal | 217 | 337 | 314 | 44 | 0 | 11 | 15 | 246 | 70 | 110 |
| Binary | 10001111 | 11011111 | 11001100 | 100100 | 0 | 1001 | 1101 | 10100110 | 111000 | 1001000 |
Color Harmonies of #8FDFCC
Complementary color
Monochromatic Colors of #8FDFCC
Black with #8FDFCC
Text Example
Text Example
White with #8FDFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDFCC; }
p { color: rgb(143,223,204); }
H1.HeaderClassName
{
color: #8FDFCC;
}
.AnyTagClassName
{
color: #8FDFCC;
}
</style>
background-color css
<style>
a { background-color: #8FDFCC; }
a { background-color: rgb(143,223,204); }
div.DivClassName
{
background-color: #8FDFCC;
}
.BgClassName
{
background-color: #8FDFCC;
}
</style>
border-color css
<style>
span { border-color: #8FDFCC; }
span { border-color: rgb(143,223,204); }
td.TdClassName
{
border-color: #8FDFCC;
}
.TagClassName
{
border-color: #8FDFCC;
}
</style>