Shades of Riptide #8FD1CC
Tints of Riptide #8FD1CC
RGB
CMYK
RGB Variations
Color information
#8FD1CC (or 0x8FD1CC) is known color: Riptide. HEX triplet: 8F, D1 and CC. RGB value is (143,209,204). Sum of RGB (Red+Green+Blue) = 143+209+204=556 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.72% from 556); Green value is 209 (82.03% from 255 or 37.59% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 209 - color contains mainly: green. Hex color #8FD1CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FD1CC is #702E33. Grayscale: #BCBCBC. Windows color (decimal): -7351860 or 13422991. OLE color: 13422991.
HSL color Cylindrical-coordinate representation of color #8FD1CC: hue angle of 175.45º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8FD1CC is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 143 | 209 | 204 | - |
| CMYK | 0.32 | 0 | 0.02 | 0.18 |
| HSL | 175.45º | 0.42% | 0.69% | - |
| HSV(B) | 175.45º | 0.32% | 0.82% | - |
| XYZ | 45.03 | 55.8 | 65.52 | - |
| YUV | 188.7 | 136.63 | 95.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 209 | 204 | 0.32 | 0 | 0.02 | 0.18 | 175.45 | 0.42 | 0.69 |
| Hex | 8F | D1 | CC | 20 | 0 | 2 | 12 | AF | 2A | 45 |
| Octal | 217 | 321 | 314 | 40 | 0 | 2 | 22 | 257 | 52 | 105 |
| Binary | 10001111 | 11010001 | 11001100 | 100000 | 0 | 10 | 10010 | 10101111 | 101010 | 1000101 |
Color Harmonies of #8FD1CC
Complementary color
Monochromatic Colors of #8FD1CC
Black with #8FD1CC
Text Example
Text Example
White with #8FD1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD1CC; }
p { color: rgb(143,209,204); }
H1.HeaderClassName
{
color: #8FD1CC;
}
.AnyTagClassName
{
color: #8FD1CC;
}
</style>
background-color css
<style>
a { background-color: #8FD1CC; }
a { background-color: rgb(143,209,204); }
div.DivClassName
{
background-color: #8FD1CC;
}
.BgClassName
{
background-color: #8FD1CC;
}
</style>
border-color css
<style>
span { border-color: #8FD1CC; }
span { border-color: rgb(143,209,204); }
td.TdClassName
{
border-color: #8FD1CC;
}
.TagClassName
{
border-color: #8FD1CC;
}
</style>