Shades of Riptide #8FDDD3
Tints of Riptide #8FDDD3
RGB
CMYK
RGB Variations
Color information
#8FDDD3 (or 0x8FDDD3) is known color: Riptide. HEX triplet: 8F, DD and D3. RGB value is (143,221,211). Sum of RGB (Red+Green+Blue) = 143+221+211=575 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.87% from 575); Green value is 221 (86.72% from 255 or 38.43% from 575); Blue value is 211 (82.81% from 255 or 36.70% from 575); Max value from RGB is 221 - color contains mainly: green. Hex color #8FDDD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDDD3 is #70222C. Grayscale: #C4C4C4. Windows color (decimal): -7348781 or 13884815. OLE color: 13884815.
HSL color Cylindrical-coordinate representation of color #8FDDD3: hue angle of 172.31º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FDDD3 is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 221 | 211 | - |
| CMYK | 0.35 | 0 | 0.05 | 0.13 |
| HSL | 172.31º | 0.53% | 0.71% | - |
| HSV(B) | 172.31º | 0.35% | 0.87% | - |
| XYZ | 48.94 | 62.26 | 71.07 | - |
| YUV | 196.54 | 136.16 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 221 | 211 | 0.35 | 0 | 0.05 | 0.13 | 172.31 | 0.53 | 0.71 |
| Hex | 8F | DD | D3 | 23 | 0 | 5 | D | AC | 35 | 47 |
| Octal | 217 | 335 | 323 | 43 | 0 | 5 | 15 | 254 | 65 | 107 |
| Binary | 10001111 | 11011101 | 11010011 | 100011 | 0 | 101 | 1101 | 10101100 | 110101 | 1000111 |
Color Harmonies of #8FDDD3
Complementary color
Monochromatic Colors of #8FDDD3
Black with #8FDDD3
Text Example
Text Example
White with #8FDDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDDD3; }
p { color: rgb(143,221,211); }
H1.HeaderClassName
{
color: #8FDDD3;
}
.AnyTagClassName
{
color: #8FDDD3;
}
</style>
background-color css
<style>
a { background-color: #8FDDD3; }
a { background-color: rgb(143,221,211); }
div.DivClassName
{
background-color: #8FDDD3;
}
.BgClassName
{
background-color: #8FDDD3;
}
</style>
border-color css
<style>
span { border-color: #8FDDD3; }
span { border-color: rgb(143,221,211); }
td.TdClassName
{
border-color: #8FDDD3;
}
.TagClassName
{
border-color: #8FDDD3;
}
</style>